jenkins-bot has submitted this change and it was merged. Change subject: Only try to load UtfNormalDefines.php once ......................................................................
Only try to load UtfNormalDefines.php once It's already loaded in Defines.php, so no need to do it again Change-Id: Ie6f3bf3fbbcbaadd85cfc8e54527b93e98f7b898 --- M includes/Setup.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/Setup.php b/includes/Setup.php index 4e63d91..ed0aabe 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -480,7 +480,6 @@ MWExceptionHandler::installHandler(); require_once "$IP/includes/normal/UtfNormalUtil.php"; -require_once "$IP/includes/normal/UtfNormalDefines.php"; $ps_default2 = Profiler::instance()->scopedProfileIn( $fname . '-defaults2' ); -- To view, visit https://gerrit.wikimedia.org/r/183285 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie6f3bf3fbbcbaadd85cfc8e54527b93e98f7b898 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
