summaryrefslogtreecommitdiffstats
path: root/app/class/group.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/group.class.php')
-rw-r--r--app/class/group.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/group.class.php b/app/class/group.class.php
index 1e98aff..5163cb8 100644
--- a/app/class/group.class.php
+++ b/app/class/group.class.php
@@ -59,6 +59,7 @@ class group extends agent
$group->setOwner($owner);
$group->name = $name;
$group->objtype = "group";
+ $group->saveObj();
return $group;
}
}