mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
FIX: Now compatible with PHP7
Changed name of extension to be compatible with PHP7, due to conflict with method name
This commit is contained in:
parent
e0a82db467
commit
da14f4c614
@ -7,4 +7,4 @@ LeftAndMain:
|
|||||||
- 'betternavigator/javascript/BN.LeftAndMain.Preview.js'
|
- 'betternavigator/javascript/BN.LeftAndMain.Preview.js'
|
||||||
ContentController:
|
ContentController:
|
||||||
extensions:
|
extensions:
|
||||||
- BetterNavigator
|
- BetterNavigatorExtension
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class BetterNavigator extends DataExtension {
|
class BetterNavigatorExtension extends DataExtension {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Nominate developers who can access developer tools on live site
|
* Nominate developers who can access developer tools on live site
|
||||||
|
Loading…
Reference in New Issue
Block a user