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: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?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";