From 406b4fc00cd5245848ddcc0b79c8a76d8c015b66 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Sun, 5 Apr 2020 03:29:37 +0000 Subject: [PATCH] Use getPageTitle instead of getTitle --- special/Manage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/special/Manage.php b/special/Manage.php index 753c947..daeb3fd 100644 --- a/special/Manage.php +++ b/special/Manage.php @@ -78,7 +78,7 @@ private function showForm() { // This is essential as we need to submit the form to this page $title = parent::getTitleFor('FlowThreadManage'); - $html = \Html::hidden('title', $this->getTitle()); + $html = \Html::hidden('title', $this->getPageTitle()); $html .= $this->getTitleInput($this->page) . "\n"; $html .= $this->getUserInput($this->user) . "\n"; @@ -230,7 +230,7 @@ private function getLimitLinks() { private function getQueryLink($msg, $query, $id = false) { return \Linker::linkKnown( - $this->getTitle(), + $this->getPageTitle(), $msg, ['id' => $id], $query