Followup r78786: remove useless getTitle() override, was causing E_STRICT
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 22 Dec 2010 14:35:57 +0000 (14:35 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 22 Dec 2010 14:35:57 +0000 (14:35 +0000)
includes/QueryPage.php

index 7dfe3fd..6aba884 100644 (file)
@@ -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: