r81199 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81198‎ | r81199 | r81200 >
Date:22:08, 29 January 2011
Author:reedy
Status:reverted
Tags:
Comment:
1 minor revert to r81131
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeView.php
@@ -118,7 +118,7 @@
119119 $s = "<tr class=\"$css\">\n";
120120 // Some of this stolen from Pager.php...sigh
121121 $fieldNames = $this->getFieldNames();
122 - $this->currentRow = $row; # In case formatValue needs to know
 122+ $this->mCurrentRow = $row; # In case formatValue needs to know
123123 foreach ( $fieldNames as $field => $name ) {
124124 $value = isset( $row->$field ) ? $row->$field : null;
125125 $formatted = strval( $this->formatRevValue( $field, $value, $row ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r81317Revert r81131, r81199 to fix bug 27079, for ease of sanityreedy20:36, 1 February 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81131Rename all variables with m prefixes...reedy13:22, 28 January 2011

Status & tagging log