Skip to content

Commit

Permalink
Return to original behavior in ExceptionRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio committed Feb 14, 2017
1 parent 423489e commit 3171243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/ExceptionRenderer.php
Expand Up @@ -352,7 +352,7 @@ protected function _outputMessageSafe($template)
$this->controller->helpers = $helpers;
$builder = $this->controller->viewBuilder();
$builder->setHelpers($helpers, false)
->setLayout('')
->setLayoutPath('')
->setTemplatePath('Error');
$view = $this->controller->createView('View');

Expand Down

0 comments on commit 3171243

Please sign in to comment.