From: Antoine Musso Date: Wed, 14 Dec 2011 12:59:05 +0000 (+0000) Subject: revert r106183 : type / not setting followup X-Git-Tag: 1.31.0-rc.0~25971 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=f731b9cb9238f26d909f77ed8f22ecda67b71092;p=lhc%2Fweb%2Fwiklou.git revert r106183 : type / not setting followup --- diff --git a/includes/User.php b/includes/User.php index f01154c87e..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() { - //swfDeprecated( __METHOD__, '1.18' ); + wfDeprecated( __METHOD__, '1.18' ); return RequestContext::getMain()->getSkin(); }