From 5920240c15ca2df931de49baab6fafee83e6e4c0 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 31 Mar 2016 10:56:36 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.39.2