r47413 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47412‎ | r47413 | r47414 >
Date:03:03, 18 February 2009
Author:werdna
Status:deferred
Tags:
Comment:
Remove spurious line which breaks when trunk is older than 3 weeks.
Modified paths:
  • /trunk/extensions/CodeReview/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeRevisionListView.php
@@ -266,7 +266,6 @@
267267 // Note: this function is poorly factored in the parent class
268268 function formatRow( $row ) {
269269 global $wgWikiSVN;
270 - $rowClass = $this->getRowClass( $row );
271270 $css = "mw-codereview-status-{$row->cr_status}";
272271 if( $this->mRepo->mName == $wgWikiSVN ) {
273272 $css .= " mw-codereview-" . ( $row->{$this->getDefaultSort()} <= $this->mCurSVN ? 'live' : 'notlive' );

Status & tagging log