GroupRights.php
authoredward <edward@roojs.com>
Tue, 12 Dec 2017 06:20:16 +0000 (14:20 +0800)
committeredward <edward@roojs.com>
Tue, 12 Dec 2017 06:20:16 +0000 (14:20 +0800)
GroupRights.php

index 6baf3ea..2b9db01 100644 (file)
@@ -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");