Index: trunk/phase3/includes/Setup.php |
— | — | @@ -461,8 +461,6 @@ |
462 | 462 | wfProfileOut( $profName ); |
463 | 463 | } |
464 | 464 | |
465 | | -require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); |
466 | | - |
467 | 465 | // For compatibility |
468 | 466 | wfRunHooks( 'LogPageValidTypes', array( &$wgLogTypes ) ); |
469 | 467 | wfRunHooks( 'LogPageLogName', array( &$wgLogNames ) ); |
— | — | @@ -472,4 +470,7 @@ |
473 | 471 | wfDebug( "Fully initialised\n" ); |
474 | 472 | $wgFullyInitialised = true; |
475 | 473 | wfProfileOut( $fname . '-extensions' ); |
| 474 | + |
| 475 | +require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); |
| 476 | + |
476 | 477 | wfProfileOut( $fname ); |