From a9f59195ec237f3d57a2ce459d02d12742f8c8ce Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Thu, 16 May 2019 13:25:19 +0100 Subject: [PATCH] Follow-up I2fef157c: Add missing getNamespaceInfo call to ContribsPager chain Bug: T223440 Change-Id: I26e05a4312ba7f667b1b95cfbfdc24fae793c3b0 --- includes/specials/pagers/ContribsPager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [ -- 2.20.1