From: Raimond Spekking Date: Wed, 14 Dec 2011 11:49:09 +0000 (+0000) Subject: Self revert r106080 which was a revert of r106070. X-Git-Tag: 1.31.0-rc.0~25975 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=1be8a81633e33b4c58acba14d98ac663881f2e39;p=lhc%2Fweb%2Fwiklou.git Self revert r106080 which was a revert of r106070. --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index eac2c256a1..97b0c6de30 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -177,7 +177,7 @@ class SpecialPage { * @deprecated since 1.18 call SpecialPageFactory method directly */ static function getPage( $name ) { - # wfDeprecated( __METHOD__, '1.18' ); // r106070 but still used in some extensions + wfDeprecated( __METHOD__, '1.18' ); return SpecialPageFactory::getPage( $name ); }