GroupRights.php
authorAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 05:10:30 +0000 (13:10 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 05:10:30 +0000 (13:10 +0800)
GroupRights.php

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