From 0eb1ad8683c949524af16deee20eaa667219fde5 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 23 Jun 2014 20:37:36 +0200 Subject: [PATCH] Remove SpecialPage::getFile Left over from I0e78453544abb5de7935b046c838ae5b3c4da802, where the private property was removed. Change-Id: Id75661aa0b16bc99ae8618b6698015d052adb91d --- includes/specialpage/SpecialPage.php | 13 ------------- 1 file changed, 13 deletions(-) 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 -- 2.20.1