mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed typo in var name.
This commit is contained in:
parent
5fd8883691
commit
18255bdcf3
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class ExceptionRenderer {
|
|||
$this->controller->response->statusCode($code);
|
||||
$this->controller->set(array(
|
||||
'code' => $code,
|
||||
'mame' => h($error->getMessage()),
|
||||
'name' => h($error->getMessage()),
|
||||
'message' => h($error->getMessage()),
|
||||
'url' => h($url),
|
||||
'error' => $error,
|
||||
|
|
Loading…
Reference in a new issue