From: Alex Monk Date: Thu, 16 May 2019 12:25:19 +0000 (+0100) Subject: Follow-up I2fef157c: Add missing getNamespaceInfo call to ContribsPager chain X-Git-Tag: 1.34.0-rc.0~1682 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/supprimer.php?a=commitdiff_plain;h=a9f59195ec237f3d57a2ce459d02d12742f8c8ce;p=lhc%2Fweb%2Fwiklou.git Follow-up I2fef157c: Add missing getNamespaceInfo call to ContribsPager chain Bug: T223440 Change-Id: I26e05a4312ba7f667b1b95cfbfdc24fae793c3b0 --- diff --git a/includes/specials/pagers/ContribsPager.php b/includes/specials/pagers/ContribsPager.php index e0db715925..d82ba535a6 100644 --- a/includes/specials/pagers/ContribsPager.php +++ b/includes/specials/pagers/ContribsPager.php @@ -386,7 +386,7 @@ class ContribsPager extends RangeChronologicalPager { } $associatedNS = $this->mDb->addQuotes( - MediaWikiServices::getInstance()->getAssociated( $this->namespace ) + MediaWikiServices::getInstance()->getNamespaceInfo()->getAssociated( $this->namespace ) ); return [