r14579 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14578‎ | r14579 | r14580 >
Date:20:35, 5 June 2006
Author:brion
Status:old
Tags:
Comment:
fix error display
Modified paths:
  • /trunk/phase3/maintenance/renderDump.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/renderDump.php
@@ -43,7 +43,7 @@
4444 function handleRevision( $rev ) {
4545 $title = $rev->getTitle();
4646 if (!$title) {
47 - $this->progress( "Got bogus revision with null title!" );
 47+ fprintf( $this->stderr, "Got bogus revision with null title!" );
4848 return;
4949 }
5050 $display = $title->getPrefixedText();

Status & tagging log