Index: trunk/extensions/CodeReview/ui/CodeRepoStatsView.php |
— | — | @@ -54,7 +54,8 @@ |
55 | 55 | * @param $array array |
56 | 56 | */ |
57 | 57 | function writeAuthorStatusTable( $status, $array ) { |
58 | | - global $wgOut; |
| 58 | + global $wgOut, $wgLang; |
| 59 | + $repoName = $this->mRepo->getName(); |
59 | 60 | $wgOut->wrapWikiMsg( "<h3 id=\"stats-{$status}\">$1</h3>", 'code-stats-{$status}-breakdown' ); |
60 | 61 | $wgOut->addHTML( '<table class="TablePager">' |
61 | 62 | . '<tr><th>' . wfMsgHtml( 'code-field-author' ) . '</th><th>' |