r49030 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49029‎ | r49030 | r49031 >
Date:10:54, 30 March 2009
Author:nad
Status:deferred
Tags:
Comment:
same for template rows and table rows
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -359,7 +359,7 @@
360360 );
361361 foreach ( $cols ? $cols : array_keys( $th ) as $col ) {
362362 if ( !isset( $row[$col] ) ) {
363 - $v = isset( $r[$col] ) ? $parser->parse( $r[$col], $special, $options, true, true )->getText() : ' ';
 363+ $v = isset( $r[$col] ) ? $wgParser->parse( $r[$col], $special, $wgParser->mOptions, true, true )->getText() : ' ';
364364 $class = 'col' . preg_replace( '|\W|', '-', $col );
365365 $row[$col] = "<td class='$class'>$v</td>";
366366 }

Status & tagging log