Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname(__FILE_...
[lhc/web/wiklou.git] / includes / Setup.php
index 3ca8b2c..706155a 100644 (file)
@@ -326,6 +326,7 @@ if ( !defined( 'MW_COMPILED' ) ) {
        wfProfileOut( $fname . '-exception' );
 
        wfProfileIn( $fname . '-includes' );
+       require_once( "$IP/includes/normal/UtfNormalUtil.php" );
        require_once( "$IP/includes/GlobalFunctions.php" );
        require_once( "$IP/includes/Hooks.php" );
        require_once( "$IP/includes/ProxyTools.php" );