From: Alexandre Emsenhuber Date: Wed, 4 Jul 2012 09:38:56 +0000 (+0200) Subject: Fix parameter name: $displayText does not exist, but $altUserName does. X-Git-Tag: 1.31.0-rc.0~23131 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=547b24f781acbf84ea89c333cec45372b10eac68;p=lhc%2Fweb%2Fwiklou.git Fix parameter name: $displayText does not exist, but $altUserName does. Change-Id: Ic901d6a74701eb8c1802ac7a28c479b253353a14 --- diff --git a/includes/Linker.php b/includes/Linker.php index 9fcac6580f..674eee71a1 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -978,7 +978,7 @@ class Linker { * @param $userName String: user name in database. * @param $altUserName String: text to display instead of the user name (optional) * @return String: HTML fragment - * @since 1.19 Method exists for a long time. $displayText was added in 1.19. + * @since 1.19 Method exists for a long time. $altUserName was added in 1.19. */ public static function userLink( $userId, $userName, $altUserName = false ) { if ( $userId == 0 ) {