mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
register autoloader as first in chain
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@
|
||||
if (!class_exists('Smarty_Autoloader')) {
|
||||
require dirname(__FILE__) . '/Autoloader.php';
|
||||
}
|
||||
Smarty_Autoloader::register();
|
||||
Smarty_Autoloader::register(true);
|
||||
|
||||
Reference in New Issue
Block a user