autoload bugifix

This commit is contained in:
Ricsi
2017-02-18 10:14:04 +01:00
parent 2b2c3e70e2
commit 7fa698f328

View File

@@ -25,6 +25,8 @@ spl_autoload_register(function ($class_name) {
'Smarty_Internal_Extension_CodeFrame',
'Smarty_Internal_CompileBase',
'Smarty_Undefined_Variable',
'Smarty_Internal_ParseTree_DqContent'
);
if (!in_array($class_name, $exception)) include '_class/class_' . $class_name . '.php';
});