Tim Starling has submitted this change and it was merged.

Change subject: a43f751 removed the usage of $wgMiserMode
......................................................................


a43f751 removed the usage of $wgMiserMode

Change-Id: I5528dba582d218721324431015bd930b9b6ab57e
---
M maintenance/updateCollation.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Tim Starling: Verified; Looks good to me, approved



diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php
index 0e2791c..a76a1ee 100644
--- a/maintenance/updateCollation.php
+++ b/maintenance/updateCollation.php
@@ -68,7 +68,7 @@
        }
 
        public function execute() {
-               global $wgCategoryCollation, $wgMiserMode;
+               global $wgCategoryCollation;
 
                $dbw = $this->getDB( DB_MASTER );
                $force = $this->getOption( 'force' );

-- 
To view, visit https://gerrit.wikimedia.org/r/53577
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5528dba582d218721324431015bd930b9b6ab57e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Platonides <platoni...@gmail.com>
Gerrit-Reviewer: Tim Starling <tstarl...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to