Skip to content

Commit

Permalink
Fixed typo in var name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 5, 2014
1 parent 5fd8883 commit 18255bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Error/ExceptionRenderer.php
Expand Up @@ -188,7 +188,7 @@ protected function _cakeError(CakeException $error) {
$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,
Expand Down

0 comments on commit 18255bd

Please sign in to comment.