From: Brian Wolff Date: Wed, 19 Jun 2013 19:17:52 +0000 (-0300) Subject: UserCache::getUserName: Docs said @since 1.21, but not in REL1_21 X-Git-Tag: 1.31.0-rc.0~19394^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=485daef14026d332ed68e127833826349f3a2dc3;p=lhc%2Fweb%2Fwiklou.git UserCache::getUserName: Docs said @since 1.21, but not in REL1_21 Change-Id: I4ad85ee36ed348e8b082b5a4dba11d7cb92d8ad0 Follow-up: ef915e37e3d872 --- diff --git a/includes/cache/UserCache.php b/includes/cache/UserCache.php index 63d4141e3c..6085f586e9 100644 --- a/includes/cache/UserCache.php +++ b/includes/cache/UserCache.php @@ -63,7 +63,7 @@ class UserCache { * * @param integer $userId * @param string $ip - * @since 1.21 + * @since 1.22 */ public function getUserName( $userId, $ip ) { return $userId > 0 ? $this->getProp( $userId, 'name' ) : $ip;