jenkins-bot has submitted this change and it was merged. Change subject: Revert "Only force $wgInternalTidy = false on production" ......................................................................
Revert "Only force $wgInternalTidy = false on production" Segfaults on labs. https://phabricator.wikimedia.org/P120 This reverts commit ca2541532120556d0b9dce084fe8b50366c5c1ea. Change-Id: Iac0086e3ec55f46cf6a0dfa6b176c4b8c9d19492 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index ff68d8c..0656dd6 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2679,9 +2679,7 @@ } // For deployment of fix for https://phabricator.wikimedia.org/T758 -- Ori, 01-12-2014 -if ( $wmfRealm === 'production' ) { - $wgTidyInternal = false; -} +$wgTidyInternal = false; if ( $wmgUseUniversalLanguageSelector ) { require_once( "$IP/extensions/UniversalLanguageSelector/UniversalLanguageSelector.php" ); -- To view, visit https://gerrit.wikimedia.org/r/177123 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iac0086e3ec55f46cf6a0dfa6b176c4b8c9d19492 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
