r90158 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90157‎ | r90158 | r90159 >
Date:21:15, 15 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Add missing $ from r90149
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRepoStatsView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRepoStatsView.php
@@ -60,7 +60,7 @@
6161 . '<tr><th>' . wfMsgHtml( 'code-field-author' ) . '</th><th>'
6262 . wfMsgHtml( 'code-stats-count' ) . '</th></tr>' );
6363 $title = SpecialPage::getTitleFor( 'Code', $repoName . "/status/{$status}" );
64 - foreach ( array as $user => $count ) {
 64+ foreach ( $array as $user => $count ) {
6565 $count = htmlspecialchars( $wgLang->formatNum( $count ) );
6666 $link = $this->skin->link(
6767 $title,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90149Add list of new revisions per author like the fixme breakdownreedy20:49, 15 June 2011

Status & tagging log