mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove wrong trailing slash
This commit is contained in:
parent
085636ea1b
commit
910ee33710
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue