From: Platonides Date: Wed, 13 Mar 2013 15:10:19 +0000 (+0100) Subject: a43f751 removed the usage of $wgMiserMode X-Git-Tag: 1.31.0-rc.0~20308 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=c3f1a3c9eaee5c912bb92e4873dd0775ca2b8eae;p=lhc%2Fweb%2Fwiklou.git a43f751 removed the usage of $wgMiserMode Change-Id: I5528dba582d218721324431015bd930b9b6ab57e --- 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' );