Fixing issues output xml help.

This commit is contained in:
Mark Story 2011-08-06 16:26:58 -04:00
parent 5d3c470871
commit 2f079b33dd

View file

@ -389,7 +389,7 @@ class Shell extends Object {
$format = 'text'; $format = 'text';
if (!empty($this->args[0]) && $this->args[0] == 'xml') { if (!empty($this->args[0]) && $this->args[0] == 'xml') {
$format = 'xml'; $format = 'xml';
$this->output->outputAs(ConsoleOutput::RAW); $this->stdout->outputAs(ConsoleOutput::RAW);
} else { } else {
$this->_welcome(); $this->_welcome();
} }