GroupRights.php
[Pman.Admin] / GroupRights.php
index 4647d21..8a0126c 100644 (file)
@@ -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