From 745bd213c41a5f6bc62e636a45bb6864ca3274e0 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 19:05:47 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index f8241779..5b07be3b 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