Index: branches/REL1_18/phase3/maintenance/Maintenance.php |
— | — | @@ -385,7 +385,7 @@ |
386 | 386 | $this->atLineStart = false; |
387 | 387 | if ( $channel === null ) { |
388 | 388 | // For unchanneled messages, output trailing newline immediately |
389 | | - if( $handle ) { |
| 389 | + if( $cli ) { |
390 | 390 | fwrite( STDOUT, "\n" ); |
391 | 391 | } else { |
392 | 392 | print "\n"; |
Property changes on: branches/REL1_18/phase3/maintenance/Maintenance.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
393 | 393 | Merged /trunk/phase3/maintenance/Maintenance.php:r103188 |