diff --git a/libs/bootstrap.php b/libs/bootstrap.php index 7ce07805..dad72fcb 100644 --- a/libs/bootstrap.php +++ b/libs/bootstrap.php @@ -14,4 +14,4 @@ if (!class_exists('Smarty_Autoloader')) { require dirname(__FILE__) . '/Autoloader.php'; } -Smarty_Autoloader::register(); +Smarty_Autoloader::register(true);