From: edward Date: Thu, 31 Mar 2016 02:56:36 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5920240c15ca2df931de49baab6fafee83e6e4c0 RooGetTrait.php --- diff --git a/RooGetTrait.php b/RooGetTrait.php index f2e347d0..97db3936 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -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'));