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