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
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 ofObject::add_extension
should be replaced bySS_Object::add_extension