RooGetTrait.php
authoredward <edward@roojs.com>
Wed, 30 Mar 2016 11:05:47 +0000 (19:05 +0800)
committeredward <edward@roojs.com>
Wed, 30 Mar 2016 11:05:47 +0000 (19:05 +0800)
RooGetTrait.php

index f824177..5b07be3 100644 (file)
@@ -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");