r103188 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103187‎ | r103188 | r103189 >
Date:16:27, 15 November 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow-up r103179: $handled variable undefined
Modified paths:
  • /trunk/phase3/maintenance/Maintenance.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/Maintenance.php
@@ -391,7 +391,7 @@
392392 $this->atLineStart = false;
393393 if ( $channel === null ) {
394394 // For unchanneled messages, output trailing newline immediately
395 - if( $handle ) {
 395+ if( $cli ) {
396396 fwrite( STDOUT, "\n" );
397397 } else {
398398 print "\n";

Follow-up revisions

RevisionCommit summaryAuthorDate
r103198Followup r103196, also need to MFT r103188demon17:29, 15 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103179Address fixme on r101644 (bug 32325, bug 32263), originally for bug 31822. PH...demon15:04, 15 November 2011

Status & tagging log