GroupRights.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 03:15:28 +0000 (11:15 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 03:15:28 +0000 (11:15 +0800)
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