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