Commit f62b4a5d authored by Guilherme Blanco's avatar Guilherme Blanco

Fixed issue with merge of RunSqlCommand.

parent b2a2f0aa
......@@ -80,8 +80,8 @@ EOT
ob_start();
\Doctrine\Common\Util\Debug::dump($resultSet, (int) $depth);
$output = ob_get_clean();
$message = ob_get_clean();
$output->write();
$output->write($message);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment