From e9345187cdcbc9f08316742b7dcae72967f13afb Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 15 Jan 2018 11:15:28 +0800 Subject: [PATCH] GroupRights.php --- GroupRights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupRights.php b/GroupRights.php index 4647d21..8a0126c 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -140,7 +140,7 @@ class Pman_Admin_GroupRights extends Pman function checkPerm($perms, $lvl) { - return $au->hasPerm("Core.Groups", $lvl); + return $this->hasPerm($perms, $lvl); } } \ No newline at end of file -- 2.39.2