Code base synced, updated
[mailer.git] / inc / classes / main / output / class_ConsoleOutput.php
index b1cae5c408f77eee0c7816b72f768ed2720f54c0..bcc1fc5eb8d91bc0674fcb25c0b58a2c1c73e3a0 100644 (file)
@@ -90,7 +90,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
        public final function output ($outStream=false) {
                if ($outStream === false) {
                        // Output something here...
-                       foreach ($this->vars as $var=>$value) {
+                       foreach ($this->vars as $var => $value) {
                                $this->output("var=".$var.", value=".$value."");
                        }
                } else {