diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-14 08:04:03 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-14 08:04:03 -0700 |
commit | 2cf50ea432eab61e8cc2b007d486d0de3cd5aecf (patch) | |
tree | 75c7c804cfd510aa4d0317bcd885745075dc476c | |
parent | 347f74d650384dee616d2e9acb4ab19275892511 (diff) |
whitespace in error.php
-rw-r--r-- | lib/error.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/error.php b/lib/error.php index bbf9987cf..3127c83fe 100644 --- a/lib/error.php +++ b/lib/error.php @@ -72,7 +72,7 @@ class ErrorAction extends Action $status_string = $this->status[$this->code]; header('HTTP/1.1 '.$this->code.' '.$status_string); } - + /** * Display content. * @@ -97,11 +97,11 @@ class ErrorAction extends Action { return true; } - - function showPage() + + function showPage() { parent::showPage(); - + // We don't want to have any more output after this exit(); } |