a43f751 removed the usage of $wgMiserMode
authorPlatonides <platonides@gmail.com>
Wed, 13 Mar 2013 15:10:19 +0000 (16:10 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 18 Mar 2013 04:21:55 +0000 (04:21 +0000)
Change-Id: I5528dba582d218721324431015bd930b9b6ab57e

maintenance/updateCollation.php

index 0e2791c..a76a1ee 100644 (file)
@@ -68,7 +68,7 @@ TEXT;
        }
 
        public function execute() {
-               global $wgCategoryCollation, $wgMiserMode;
+               global $wgCategoryCollation;
 
                $dbw = $this->getDB( DB_MASTER );
                $force = $this->getOption( 'force' );