From 84d7a84dfc0bd973f2c633952f359a02097336ea Mon Sep 17 00:00:00 2001 From: Anthony Parsons Date: Wed, 28 Sep 2005 09:21:49 +0000 Subject: [PATCH] fix erorer --- lib/class.page.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/class.page.php b/lib/class.page.php index 3ceb8fa..3c20ad3 100644 --- a/lib/class.page.php +++ b/lib/class.page.php @@ -118,6 +118,8 @@ class page count($this->errors).' errors' ), ' | ',SO2VER,"

\n\n", ''; + + exit; } function error_handler($number, $string, $file, $line) -- 2.11.4.GIT