mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
removed obsolete call to ini_set
This commit is contained in:
@@ -21,7 +21,6 @@ class Twig_Autoloader
|
||||
*/
|
||||
public static function register()
|
||||
{
|
||||
ini_set('unserialize_callback_func', 'spl_autoload_call');
|
||||
spl_autoload_register(array(new self, 'autoload'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user