From 2c1f0312a1545787e76158f4e6e07bd81c2528ff Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Wed, 9 Aug 2017 12:22:37 +0200 Subject: [PATCH] register autoloader as first in chain --- libs/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);