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