From: umherirrender Date: Mon, 23 Jun 2014 18:37:36 +0000 (+0200) Subject: Remove SpecialPage::getFile X-Git-Tag: 1.31.0-rc.0~15284^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=0eb1ad8683c949524af16deee20eaa667219fde5;p=lhc%2Fweb%2Fwiklou.git Remove SpecialPage::getFile Left over from I0e78453544abb5de7935b046c838ae5b3c4da802, where the private property was removed. Change-Id: Id75661aa0b16bc99ae8618b6698015d052adb91d --- diff --git a/includes/specialpage/SpecialPage.php b/includes/specialpage/SpecialPage.php index ec8635c1e2..c062e27250 100644 --- a/includes/specialpage/SpecialPage.php +++ b/includes/specialpage/SpecialPage.php @@ -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