RooPostTrait.php
authoredward <edward@roojs.com>
Mon, 12 Jun 2017 03:59:53 +0000 (11:59 +0800)
committeredward <edward@roojs.com>
Mon, 12 Jun 2017 03:59:53 +0000 (11:59 +0800)
RooPostTrait.php

index ba64ecb..a2e1d27 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..