From: Platonides Date: Tue, 15 Nov 2011 16:27:16 +0000 (+0000) Subject: Follow-up r103179: $handled variable undefined X-Git-Tag: 1.31.0-rc.0~26490 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/Bar?a=commitdiff_plain;h=7bf57a29b9e240834073e92a4088746dd20b593f;p=lhc%2Fweb%2Fwiklou.git Follow-up r103179: $handled variable undefined --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index c807c08a03..c4e672f1cb 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -391,7 +391,7 @@ abstract class Maintenance { $this->atLineStart = false; if ( $channel === null ) { // For unchanneled messages, output trailing newline immediately - if( $handle ) { + if( $cli ) { fwrite( STDOUT, "\n" ); } else { print "\n";