From: Roan Kattouw Date: Wed, 22 Dec 2010 14:35:57 +0000 (+0000) Subject: Followup r78786: remove useless getTitle() override, was causing E_STRICT X-Git-Tag: 1.31.0-rc.0~33196 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=60a07ec16687b0952c55d0b4b61ab95f3a9cfc4c;p=lhc%2Fweb%2Fwiklou.git Followup r78786: remove useless getTitle() override, was causing E_STRICT --- diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 7dfe3fdc97..6aba8845b9 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -99,15 +99,6 @@ abstract class QueryPage extends SpecialPage { $this->listoutput = $bool; } - /** - * Return title object representing this page - * - * @return Title - */ - function getTitle() { - return SpecialPage::getTitleFor( $this->getName() ); - } - /** * Subclasses return an SQL query here, formatted as an array with the * following keys: