All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / main / output / class_ConsoleOutput.php
index 0e78c8a22b68acd359a51fa6b87c7b6f723ec063..b0df4fefb887dbc4f93ab3f78b117417487ee71b 100644 (file)
@@ -91,7 +91,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
                if ($outStream === false) {
                        // Output something here...
                        foreach ($this->vars as $var => $value) {
-                               $this->output("var=".$var.", value=".$value."");
+                               $this->output("var=".$var.", value=".$value.'');
                        }
                } else {
                        // Output it to the console