From: Raimond Spekking Date: Tue, 12 Aug 2008 11:38:17 +0000 (+0000) Subject: Use formatNum for another number X-Git-Tag: 1.31.0-rc.0~45938 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=4650c1fe8e600b8ff71b9197676831fdcbee3e3c;p=lhc%2Fweb%2Fwiklou.git Use formatNum for another number --- diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index f7a4a875ec..3c7416ef0f 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -626,7 +626,7 @@ class PreferencesForm { $userInformationHtml = $this->tableRow( wfMsgHtml( 'username' ), htmlspecialchars( $wgUser->getName() ) ) . - $this->tableRow( wfMsgHtml( 'uid' ), htmlspecialchars( $wgUser->getId() ) ) . + $this->tableRow( wfMsgHtml( 'uid' ), $wgLang->formatNum( htmlspecialchars( $wgUser->getId() ) ) ). $this->tableRow( wfMsgExt( 'prefs-memberingroups', array( 'parseinline' ), count( $userEffectiveGroupsArray ) ),