RooGetTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 02:56:36 +0000 (10:56 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 02:56:36 +0000 (10:56 +0800)
RooGetTrait.php

index f2e347d..97db393 100644 (file)
@@ -102,7 +102,7 @@ trait Pman_Core_RooGetTrait {
             $_POST  = $_GET;
             return $this->post($tab);
         }
-        exit;
+        
         $this->checkDebug();
         
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));