From: edward Date: Wed, 30 Mar 2016 11:05:47 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=745bd213c41a5f6bc62e636a45bb6864ca3274e0 RooGetTrait.php --- 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");