From a4fb69f79eacee0c30a6674982a2df57e86ef2a4 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 19:06:10 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index 5b07be3b..f8241779 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -315,7 +315,7 @@ trait Pman_Core_RooGetTrait { } else if (!$x->get($id)) { $this->jerr("selectSingle: no such record ($id)"); } - exit; + // ignore perms if comming from update/insert - as it's already done... if ($req !== false && !$this->checkPerm($x,'S')) { $this->jerr("PERMISSION DENIED - si"); -- 2.39.2