Pman/Roo.php
authorChris <chris@roojs.com>
Fri, 10 Aug 2012 11:09:04 +0000 (19:09 +0800)
committerChris <chris@roojs.com>
Fri, 10 Aug 2012 11:09:04 +0000 (19:09 +0800)
Pman/Roo.php

index 8b76ee4..568f37f 100644 (file)
@@ -789,7 +789,7 @@ class Pman_Roo extends Pman
     }
     
     
-    function update($x, $req)
+    function update($x, $req,  $with_perm_check)
     {
         if (method_exists($x, 'checkPerm') && !$x->checkPerm('E', $this->authUser, $_REQUEST))  {
             $this->jerr("PERMISSION DENIED - No Edit permissions on this element");