Remove SpecialPage::getFile
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 23 Jun 2014 18:37:36 +0000 (20:37 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 23 Jun 2014 18:37:36 +0000 (20:37 +0200)
Left over from I0e78453544abb5de7935b046c838ae5b3c4da802, where the
private property was removed.

Change-Id: Id75661aa0b16bc99ae8618b6698015d052adb91d

includes/specialpage/SpecialPage.php

index ec8635c..c062e27 100644 (file)
@@ -131,19 +131,6 @@ class SpecialPage {
                return $this->mRestriction;
        }
 
-       /**
-        * Get the file which will be included by SpecialPage::execute() if your extension is
-        * still stuck in the past and hasn't overridden the execute() method.  No modern code
-        * should want or need to know this.
-        * @return string
-        * @deprecated since 1.18
-        */
-       function getFile() {
-               wfDeprecated( __METHOD__, '1.18' );
-
-               return $this->mFile;
-       }
-
        // @todo FIXME: Decide which syntax to use for this, and stick to it
        /**
         * Whether this special page is listed in Special:SpecialPages