Index: trunk/phase3/includes/Setup.php |
— | — | @@ -453,6 +453,8 @@ |
454 | 454 | wfProfileOut( $profName ); |
455 | 455 | } |
456 | 456 | |
| 457 | +require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); |
| 458 | + |
457 | 459 | // For compatibility |
458 | 460 | wfRunHooks( 'LogPageValidTypes', array( &$wgLogTypes ) ); |
459 | 461 | wfRunHooks( 'LogPageLogName', array( &$wgLogNames ) ); |
Index: trunk/phase3/includes/normal/UtfNormalUtil.php |
— | — | @@ -25,8 +25,6 @@ |
26 | 26 | * @ingroup UtfNormal |
27 | 27 | */ |
28 | 28 | |
29 | | -require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); |
30 | | - |
31 | 29 | /** |
32 | 30 | * Return UTF-8 sequence for a given Unicode code point. |
33 | 31 | * May die if fed out of range data. |