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: I5a8eea8edae9fe91611a3168ef4113685638d795
---
M SpecialCommentIgnoreList.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Bartosz Dziewoński: Verified; Looks good to me, approved
diff --git a/SpecialCommentIgnoreList.php b/SpecialCommentIgnoreList.php
index 5946077..d22d4ac 100644
--- a/SpecialCommentIgnoreList.php
+++ b/SpecialCommentIgnoreList.php
@@ -77,7 +77,7 @@
*/
function displayCommentBlockList() {
$lang = $this->getLanguage();
- $title = $this->getTitle();
+ $title = $this->getPageTitle();
$dbr = wfGetDB( DB_SLAVE );
$res = $dbr->select(
--
To view, visit https://gerrit.wikimedia.org/r/103916
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5a8eea8edae9fe91611a3168ef4113685638d795
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Comments
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