Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/104008


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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/wikihiero 
refs/changes/08/104008/1

diff --git a/SpecialHieroglyphs.php b/SpecialHieroglyphs.php
index 6556137..798cd21 100644
--- a/SpecialHieroglyphs.php
+++ b/SpecialHieroglyphs.php
@@ -72,7 +72,7 @@
                        Html::openElement( 'form',
                                array(
                                        'method' => 'get',
-                                       'action' => 
$this->getTitle()->getLinkUrl(),
+                                       'action' => 
$this->getPageTitle()->getLinkUrl(),
                                )
                        )
                        . Html::element( 'textarea', array( 'id' => 
'hiero-text', 'name' => 'text' ), $text )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a66b50462dcf247d250fa4644365e1f64ba80e2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/wikihiero
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to