Commit 3409c766 by Alexander Makarov

Added missing echo to ErrorHandler

parent e8b0fd13
......@@ -299,7 +299,7 @@ class ErrorHandler extends ApplicationComponent
$view = new View;
$view->owner = $this;
$name = !YII_DEBUG || $exception instanceof HttpException ? $this->errorView : $this->exceptionView;
$view->render($name, array(
echo $view->render($name, array(
'exception' => $exception,
));
}
......
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