X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2Fuser%2FUser.php;h=b406bac6803ac471a424910f79a4b2ac090c3ece;hb=6505e5f278aae664f78fb8f876c10902d2195231;hp=10365b06c80a32cbac89dc9c3996598d52c11741;hpb=c53f647658ade8652900994a4a78468d62ec616a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/user/User.php b/includes/user/User.php index 10365b06c8..b406bac680 100644 --- a/includes/user/User.php +++ b/includes/user/User.php @@ -895,7 +895,6 @@ class User implements IDBAccessObject { return $this->getPasswordValidity( $password ) === true; } - /** * Given unvalidated password input, return error message on failure. * @@ -3336,17 +3335,6 @@ class User implements IDBAccessObject { } } - /** - * Get the current skin, loading it if required - * @return Skin The current skin - * @todo FIXME: Need to check the old failback system [AV] - * @deprecated since 1.18 Use ->getSkin() in the most relevant outputting context you have - */ - public function getSkin() { - wfDeprecated( __METHOD__, '1.18' ); - return RequestContext::getMain()->getSkin(); - } - /** * Get a WatchedItem for this user and $title. *