From: edward Date: Mon, 15 Jan 2018 03:15:12 +0000 (+0800) Subject: GroupRights.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=214822d7a7209d3c0d17e4e755f976d5a5c09d33 GroupRights.php --- diff --git a/GroupRights.php b/GroupRights.php index d92a547..4647d21 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -138,7 +138,7 @@ class Pman_Admin_GroupRights extends Pman } - function checkPerm($lvl, $au) + function checkPerm($perms, $lvl) { return $au->hasPerm("Core.Groups", $lvl); }