From 72df08286a78a2ba307690cd47d1aa7e72103aa6 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 7 Jan 2015 10:27:01 -0800 Subject: [PATCH] Only try to load UtfNormalDefines.php once It's already loaded in Defines.php, so no need to do it again Change-Id: Ie6f3bf3fbbcbaadd85cfc8e54527b93e98f7b898 --- includes/Setup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Setup.php b/includes/Setup.php index 4e63d9186e..ed0aabe8e7 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -480,7 +480,6 @@ if ( !class_exists( 'AutoLoader' ) ) { MWExceptionHandler::installHandler(); require_once "$IP/includes/normal/UtfNormalUtil.php"; -require_once "$IP/includes/normal/UtfNormalDefines.php"; $ps_default2 = Profiler::instance()->scopedProfileIn( $fname . '-defaults2' ); -- 2.20.1