r113046 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113045‎ | r113046 | r113047 >
Date:16:38, 5 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Fix minor issue from r112988
Modified paths:
  • /trunk/phase3/maintenance/parse.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parse.php
@@ -66,7 +66,7 @@
6767 $input_file = $this->getArg( 0, $php_stdin );
6868
6969 if( $input_file === $php_stdin ) {
70 - fwrite( STDERR, basename(__FILE__) .": warning: reading wikitext from STDIN\n" );
 70+ $this->error( basename(__FILE__) .": warning: reading wikitext from STDIN\n" );
7171 }
7272
7373 return file_get_contents( $input_file );

Follow-up revisions

RevisionCommit summaryAuthorDate
r113157MFT r112563, r112566, r112838, r112872, r112873, r112988, r113001, r113024, r...reedy17:36, 6 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112988make file an argument, --title is script specific...hashar23:05, 4 March 2012

Status & tagging log