diff options
author | Malf Furious <m@lfurio.us> | 2017-04-09 23:39:33 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-04-09 23:39:33 -0400 |
commit | 3b47c5f3876b8c46d199c615e95fe671293be7b7 (patch) | |
tree | ea6e3f0645bc9bdab888b5871bab82aff0a1db9d /app/class/group.class.php | |
parent | cc1f573a276bd5f022831f837bb9c1234df56ad9 (diff) | |
parent | 003f48ae880ad61eec65d9816d485457c45c4b11 (diff) | |
download | scrott-3b47c5f3876b8c46d199c615e95fe671293be7b7.tar.gz scrott-3b47c5f3876b8c46d199c615e95fe671293be7b7.zip |
Merge branch 'bug/saveObj' into dev
Diffstat (limited to 'app/class/group.class.php')
-rw-r--r-- | app/class/group.class.php | 1 |
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; } } |