1
0
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:
Awilum
2013-03-16 13:30:52 +02:00
parent 702efc6a11
commit 60929b17bf

View File

@@ -230,7 +230,7 @@ class ClassLoader
*/
public static function register()
{
spl_autoload_register('ClassLoader::load', true, true);
spl_autoload_register('ClassLoader::load', true);
}
}