mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 04:07:59 +02:00
Gelato: ClassLoader add abb to work with php 5.2.3
This commit is contained in:
@@ -230,7 +230,7 @@ class ClassLoader
|
||||
*/
|
||||
public static function register()
|
||||
{
|
||||
spl_autoload_register('ClassLoader::load', true, true);
|
||||
spl_autoload_register('ClassLoader::load', true);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user