RooGetTrait.php
[Pman.Core] / RooGetTrait.php
index 97db393..f2e347d 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'));