From 214822d7a7209d3c0d17e4e755f976d5a5c09d33 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 15 Jan 2018 11:15:12 +0800 Subject: [PATCH] GroupRights.php --- GroupRights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2