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: Ia37f1f11e4ff124599ed00bbc5d7454386001a03
---
M SpecialPhalanx.body.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/SpecialPhalanx.body.php b/SpecialPhalanx.body.php
index fcc8c84..f2bdb7e 100644
--- a/SpecialPhalanx.body.php
+++ b/SpecialPhalanx.body.php
@@ -59,7 +59,7 @@
 
                $data = $this->prefillForm();
 
-               $template->set( 'action', $this->getTitle()->getFullURL() );
+               $template->set( 'action', $this->getPageTitle()->getFullURL() );
                $template->set( 'default_expire', $this->mDefaultExpire );
                $template->set( 'expiries', Phalanx::getExpireValues() );
                $template->set( 'listing', $listing );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia37f1f11e4ff124599ed00bbc5d7454386001a03
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Phalanx
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