Commit 2e8238a5 authored by Fabien Potencier's avatar Fabien Potencier

merged branch lyrixx/patch-2 (PR #179)

Commits
-------

384e816d Fixed typo

Discussion
----------

Fixed typo

Fixed issue #175
parents dc1a5e6d 384e816d
...@@ -392,6 +392,7 @@ handle them differently:: ...@@ -392,6 +392,7 @@ handle them differently::
switch ($code) { switch ($code) {
case 404: case 404:
$message = 'The requested page could not be found.'; $message = 'The requested page could not be found.';
break;
default: default:
$message = 'We are sorry, but something went terribly wrong.'; $message = 'We are sorry, but something went terribly wrong.';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment