GroupRights.php
[Pman.Admin] / GroupRights.php
index 61d8dbe..8a291a1 100644 (file)
@@ -35,7 +35,7 @@ class Pman_Admin_GroupRights extends Pman
             $this->jerr("NO GROUP");
         }
         
-        if (!$this->checkPerm('Core.Groups','E')) { // editing groups..
+        if (!$this->checkPerm('E')) { // editing groups..
             $this->jerr("PERMISSION DENIED");
         }