GroupRights.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 03:15:12 +0000 (11:15 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 03:15:12 +0000 (11:15 +0800)
GroupRights.php

index d92a547..4647d21 100644 (file)
@@ -138,7 +138,7 @@ class Pman_Admin_GroupRights extends Pman
         
     }
     
-    function checkPerm($lvl, $au)
+    function checkPerm($perms, $lvl)
     {
         return $au->hasPerm("Core.Groups", $lvl);
     }