GroupRights.php
authorAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2012 05:55:40 +0000 (13:55 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2012 05:55:40 +0000 (13:55 +0800)
GroupRights.php

index c3976f8..951cc19 100644 (file)
@@ -33,7 +33,7 @@ class Pman_Admin_GroupRights extends Pman
             $this->jerr("PERMISSION DENIED");
         }
         
-        $g = DB_DataObject::Factory('group');
+        $g = DB_DataObject::Factory('groups');
         if (!$g->get($_GET['group_id'])) {
             $this->jerr("group is invalid");
         }