r103198 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103197‎ | r103198 | r103199 >
Date:17:29, 15 November 2011
Author:demon
Status:ok
Tags:
Comment:
Followup r103196, also need to MFT r103188
Modified paths:
  • /branches/REL1_18/phase3/maintenance/Maintenance.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/maintenance/Maintenance.php
@@ -385,7 +385,7 @@
386386 $this->atLineStart = false;
387387 if ( $channel === null ) {
388388 // For unchanneled messages, output trailing newline immediately
389 - if( $handle ) {
 389+ if( $cli ) {
390390 fwrite( STDOUT, "\n" );
391391 } else {
392392 print "\n";
Property changes on: branches/REL1_18/phase3/maintenance/Maintenance.php
___________________________________________________________________
Modified: svn:mergeinfo
393393 Merged /trunk/phase3/maintenance/Maintenance.php:r103188

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103188Follow-up r103179: $handled variable undefinedplatonides16:27, 15 November 2011
r103196MFT r101644, 103179. Release notes seem to be already mergeddemon17:26, 15 November 2011

Status & tagging log