Commit 384e816d authored by Grégoire Pineau's avatar Grégoire Pineau

Fixed typo

parent dc1a5e6d
...@@ -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