removed obsolete call to ini_set

This commit is contained in:
Fabien Potencier
2013-04-26 11:34:36 +02:00
parent 501ecc5df3
commit 536ea37d1f
-1
View File
@@ -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'));
}