mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +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()
|
public static function register()
|
||||||
{
|
{
|
||||||
spl_autoload_register('ClassLoader::load', true, true);
|
spl_autoload_register('ClassLoader::load', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user