mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
register autoloader as first in chain
This commit is contained in:
@@ -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