From 60a07ec16687b0952c55d0b4b61ab95f3a9cfc4c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 22 Dec 2010 14:35:57 +0000 Subject: [PATCH] Followup r78786: remove useless getTitle() override, was causing E_STRICT --- includes/QueryPage.php | 9 --------- 1 file changed, 9 deletions(-) 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: -- 2.20.1