Skip to content
Snippets Groups Projects
Commit 958259ad authored by Tim Steiner's avatar Tim Steiner
Browse files

Fixing a spelling error.

parent 01420461
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ class ErrorController extends App_Controller_Action { ...@@ -43,7 +43,7 @@ class ErrorController extends App_Controller_Action {
$date = date('Y-m-d'); $date = date('Y-m-d');
$time = date('H:i'); $time = date('H:i');
$body = "The following exception occured on $date at $time.\n\n" $body = "The following exception occurred on $date at $time.\n\n"
. print_r($this->_exceptions, true) . print_r($this->_exceptions, true)
. "\nRequest URI: " . $_SERVER['REQUEST_URI'] . "\n" . "\nRequest URI: " . $_SERVER['REQUEST_URI'] . "\n"
. "User Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n" . "User Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment