This commit is contained in:
Tóth Richárd
2018-09-15 15:39:16 +02:00
parent 180e9af3ff
commit edd39eeae3
6 changed files with 39 additions and 21 deletions

View File

@@ -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);
?>
?>