Merge "Require ext-iconv and suggest ext-intl in composer.json"
[lhc/web/wiklou.git] / includes / Setup.php
index ed0aabe..6939f95 100644 (file)
@@ -479,7 +479,7 @@ if ( !class_exists( 'AutoLoader' ) ) {
 
 MWExceptionHandler::installHandler();
 
-require_once "$IP/includes/normal/UtfNormalUtil.php";
+require_once "$IP/includes/libs/normal/UtfNormalUtil.php";
 
 $ps_default2 = Profiler::instance()->scopedProfileIn( $fname . '-defaults2' );