1
0
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:
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() public static function register()
{ {
spl_autoload_register('ClassLoader::load', true, true); spl_autoload_register('ClassLoader::load', true);
} }
} }