From c3f1a3c9eaee5c912bb92e4873dd0775ca2b8eae Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 13 Mar 2013 16:10:19 +0100 Subject: [PATCH] a43f751 removed the usage of $wgMiserMode Change-Id: I5528dba582d218721324431015bd930b9b6ab57e --- maintenance/updateCollation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 0e2791cac5..a76a1ee69a 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -68,7 +68,7 @@ TEXT; } public function execute() { - global $wgCategoryCollation, $wgMiserMode; + global $wgCategoryCollation; $dbw = $this->getDB( DB_MASTER ); $force = $this->getOption( 'force' ); -- 2.20.1