From: Raimond Spekking Date: Wed, 14 Dec 2011 11:50:50 +0000 (+0000) Subject: Self revert r106076 which was a revert of r106070. X-Git-Tag: 1.31.0-rc.0~25974 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=409703b8542f50f9ebf08539e24717fbf6a89dcd;p=lhc%2Fweb%2Fwiklou.git Self revert r106076 which was a revert of r106070. --- diff --git a/includes/User.php b/includes/User.php index 5f91eb94e5..0940766dce 100644 --- a/includes/User.php +++ b/includes/User.php @@ -2594,7 +2594,7 @@ class User { * @deprecated since 1.18 Use ->getSkin() in the most relevant outputting context you have */ public function getSkin() { - # wfDeprecated( __METHOD__, '1.18' ); // r106070 but still used in some extensions + wfDeprecated( __METHOD__, '1.18' ); return RequestContext::getMain()->getSkin(); }