a43f751 removed the usage of $wgMiserMode
[lhc/web/wiklou.git] / 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' );