Pman.php
authorAlan Knowles <alan@roojs.com>
Tue, 28 Mar 2017 08:12:06 +0000 (16:12 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Mar 2017 08:12:06 +0000 (16:12 +0800)
Pman.php

index fe4d0ec..cc40511 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -967,6 +967,8 @@ class Pman extends HTML_FlexyFramework_Page
         //convert the huge backtrace into something that is readable..
         $out .= "\n" . implode("\n",  $ret);
         
+        $this->addEvent("EXCEPTION", false, $out);
+
         // not sure why this is here... - perhaps doing a jerr() was actually caught by the UI, and hidden from the user..?
         print_R($out);exit;