Skip to content

Commit db0f551

Browse files
committed
skip unregister
1 parent 9ec3417 commit db0f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/autoload/sfCoreAutoload.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public static function register()
436436
*/
437437
public static function unregister()
438438
{
439-
spl_autoload_unregister([self::getInstance(), 'autoload']);
439+
// spl_autoload_unregister([self::getInstance(), 'autoload']);
440440
self::$registered = false;
441441
}
442442

0 commit comments

Comments
 (0)