silverstripe / silverstripe-redirectedurls

Silverstripe module to let users to configure arbitrary redirections in the CMS
BSD 3-Clause "New" or "Revised" License
32 stars 48 forks source link

Compatibility for SilverStripe 3.7 and PHP 7 requirements #62

Closed sinan-evanshunt closed 4 years ago

sinan-evanshunt commented 6 years ago

SilverStripe switched from using Object to SS_Object in order to avoid conflict with PHP 7 name space of Object.

See https://docs.silverstripe.org/en/3/changelogs/3.7.0

in _config.php all usage of Object::add_extension should be replaced by SS_Object::add_extension

wilr commented 4 years ago

Fixed in ae1a042fa085c33f92e4a20b1f3e72b905ab6ab9