X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_group.php;h=1df4181712dc36d705766d2506258717a9b4596a;hp=5db1a5bcd824767d7bc5d128d26b941092110a48;hb=10d3c4608b4c118d5c90a7aec587c06e26619016;hpb=d3d57702864cccfdf23416e8732f9e677460d587 diff --git a/DataObjects/Core_group.php b/DataObjects/Core_group.php index 5db1a5bc..1df41817 100644 --- a/DataObjects/Core_group.php +++ b/DataObjects/Core_group.php @@ -263,8 +263,7 @@ class Pman_Core_DataObjects_Core_group extends DB_DataObject function initGroups() { - print_r($this); - var_dump($this->tableName())); + $g = DB_DataObject::factory($this->tableName()); $g->type = 0; $g->name = 'Administrators';