From 910ee3371027620f2140a7843006550c0fed7752 Mon Sep 17 00:00:00 2001 From: euromark Date: Mon, 16 Sep 2013 00:40:37 +0200 Subject: [PATCH] remove wrong trailing slash --- lib/Cake/Error/ExceptionRenderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Error/ExceptionRenderer.php b/lib/Cake/Error/ExceptionRenderer.php index 09ee6db08..76f0ddff5 100644 --- a/lib/Cake/Error/ExceptionRenderer.php +++ b/lib/Cake/Error/ExceptionRenderer.php @@ -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');