From: edward Date: Tue, 12 Dec 2017 06:20:16 +0000 (+0800) Subject: GroupRights.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=87320f49ac09708de2c8903aaba30ef88b9d373a GroupRights.php --- diff --git a/GroupRights.php b/GroupRights.php index 6baf3ea..2b9db01 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -37,7 +37,7 @@ class Pman_Admin_GroupRights extends Pman if (!$this->hasPerm( 'Core.Groups','S')) { // listing groups.. $this->jerr("PERMISSION DENIED"); } - + print_R('run??');exit; $g = DB_DataObject::Factory('core_group'); if (!$g->get($_GET['group_id'])) { $this->jerr("group is invalid");