jonom / silverstripe-betternavigator

Front-end utility menu for SilverStripe websites featuring administration and development tools
60 stars 31 forks source link

PHP7: Methods with the same name as their class will not be constructors #30

Closed sanderha closed 7 years ago

sanderha commented 7 years ago

Silverstripe 3.6 just released which supports php7. Running this module with php7 throws this deprecation error:

[Deprecated] Methods with the same name as their class will not be constructors in a future version of PHP; BetterNavigator has a deprecated constructor

Changing the BetterNavigator method to getBetterNavigator fixes this issue and does not break anything in template files. Want me to do a PR?

sanderha commented 7 years ago

Nevermind, was using an outdated version of your module!