autoload bugifix
This commit is contained in:
@@ -25,6 +25,8 @@ spl_autoload_register(function ($class_name) {
|
|||||||
'Smarty_Internal_Extension_CodeFrame',
|
'Smarty_Internal_Extension_CodeFrame',
|
||||||
'Smarty_Internal_CompileBase',
|
'Smarty_Internal_CompileBase',
|
||||||
'Smarty_Undefined_Variable',
|
'Smarty_Undefined_Variable',
|
||||||
|
'Smarty_Internal_ParseTree_DqContent'
|
||||||
|
|
||||||
);
|
);
|
||||||
if (!in_array($class_name, $exception)) include '_class/class_' . $class_name . '.php';
|
if (!in_array($class_name, $exception)) include '_class/class_' . $class_name . '.php';
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user