Pman.php
authorbenny <benny@roojs.com>
Mon, 16 Jul 2018 08:06:54 +0000 (16:06 +0800)
committerbenny <benny@roojs.com>
Mon, 16 Jul 2018 08:06:54 +0000 (16:06 +0800)
Pman.php

index 1d834e9..db93e03 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -959,7 +959,7 @@ class Pman extends HTML_FlexyFramework_Page
     
     function onException($ex)
     {
-        static $reported = false;
+         static $reported = false;
         if ($reported) {
             return;
         }
@@ -968,7 +968,7 @@ class Pman extends HTML_FlexyFramework_Page
             return;
         }
         
-        var_dump($ex); die;
+        
         $reported = true;
         $out = is_a($ex,'Exception') ? $ex->getMessage() : $ex->toString();