r67454 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67453‎ | r67454 | r67455 >
Date:11:19, 6 June 2010
Author:nad
Status:deferred
Tags:
Comment:
oops missing semicolon
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -463,7 +463,7 @@
464464 $type = $this->type;
465465 $sortable = $sortable ? ' sortable' : '';
466466 $br = $sortable ? '<br />' : '';
467 - $format = $wgRequest->getText( 'export' )
 467+ $format = $wgRequest->getText( 'export' );
468468
469469 # If exporting as pdf, ensure the parser renders full URL's
470470 if ( $format == 'pdf' ) {

Status & tagging log