RooPostTrait.php
authoredward <edward@roojs.com>
Mon, 5 Dec 2016 08:49:12 +0000 (16:49 +0800)
committeredward <edward@roojs.com>
Mon, 5 Dec 2016 08:49:12 +0000 (16:49 +0800)
RooPostTrait.php

index a2e1d27..ba64ecb 100644 (file)
@@ -313,7 +313,7 @@ trait Pman_Core_RooPostTrait {
     function update($x, $req,  $with_perm_check = true)
     {
         if ( $with_perm_check && !$this->checkPerm($x,'E', $req) )  {
-            $this->jerr("PERMISSION DENIED - No Edit permissions on this element");
+            $this->jerr("PERMISSION DENIED - No Edit permissions on this element???");
         }
        
         // check any locks..