Bartosz Dziewoński has submitted this change and it was merged.

Change subject: Replace usage of SpecialPage::getTitle with getPageTitle
......................................................................


Replace usage of SpecialPage::getTitle with getPageTitle

Was deprecated in 1.23, see Icdcf5d5295ef5e7f08b1d403e0c123f78738fd40

Change-Id: I1f550dc08e14b559fcfa7ee8bea6ba39f6b2b17d
---
M SpecialUserStatus.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bartosz Dziewoński: Verified; Looks good to me, approved



diff --git a/SpecialUserStatus.php b/SpecialUserStatus.php
index b7e8ec9..0ecdaf4 100644
--- a/SpecialUserStatus.php
+++ b/SpecialUserStatus.php
@@ -105,7 +105,7 @@
                 * Build next/prev navigation
                 */
                $numofpages = $total / $per_page;
-               $thisTitle = $this->getTitle();
+               $thisTitle = $this->getPageTitle();
 
                if ( $numofpages > 1 ) {
                        $output .= '<div class="page-nav">';

-- 
To view, visit https://gerrit.wikimedia.org/r/104000
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1f550dc08e14b559fcfa7ee8bea6ba39f6b2b17d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UserStatus
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to