fixes
This commit is contained in:
@@ -27,7 +27,7 @@ spl_autoload_register(function ($class_name) {
|
||||
'Smarty_Undefined_Variable',
|
||||
'Smarty_Internal_ParseTree_DqContent',
|
||||
'Smarty_Internal_ParseTree_Dq'
|
||||
|
||||
|
||||
);
|
||||
if (!in_array($class_name, $exception)) include '_class/class_' . $class_name . '.php';
|
||||
});
|
||||
@@ -174,4 +174,4 @@ $smarty->assign('can_logout', $logout);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user