remove wrong trailing slash

This commit is contained in:
euromark 2013-09-16 00:40:37 +02:00
parent 085636ea1b
commit 910ee33710

View file

@ -298,7 +298,7 @@ class ExceptionRenderer {
protected function _outputMessageSafe($template) {
$this->controller->layoutPath = null;
$this->controller->subDir = null;
$this->controller->viewPath = 'Errors/';
$this->controller->viewPath = 'Errors';
$this->controller->layout = 'error';
$this->controller->helpers = array('Form', 'Html', 'Session');