Skip to content

Commit 9ec3417

Browse files
committed
mark autoload registered instantly
1 parent 8b68ee8 commit 9ec3417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/autoload/sfCoreAutoload.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ public static function getInstance()
417417
*/
418418
public static function register()
419419
{
420+
self::$registered = true;
421+
420422
if (self::$registered) {
421423
return;
422424
}

0 commit comments

Comments
 (0)