r48199 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48198‎ | r48199 | r48200 >
Date:00:27, 9 March 2009
Author:siebrand
Status:ok
Tags:
Comment:
Fix syntax error introduced in r48185. Reported by 'anomie' on IRC.
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser_body.php
@@ -894,7 +894,7 @@
895895 $key = wfMemcKey( 'acctcreate', 'ip', $ip );
896896 $count = intval( $wgMemc->get( $key ) );
897897 if( $count ) {
898 - $flags[] = '<strong>[' . wfMsgExt( 'checkuser-accounts', 'parsemag', $wgLang->formatNum( $count ) . ']</strong>';
 898+ $flags[] = '<strong>[' . wfMsgExt( 'checkuser-accounts', 'parsemag', $wgLang->formatNum( $count ) ) . ']</strong>';
899899 }
900900 }
901901 $s .= implode(' ',$flags);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r48185* Use Language::commaList( array ) or Language::listToText( array) instead of...siebrand20:42, 8 March 2009

Status & tagging log