fixing bugs in the no longer magic groups
This commit is contained in:
parent
e1aacb3a7d
commit
b26ae240ff
5 changed files with 32 additions and 27 deletions
|
|
@ -70,6 +70,7 @@ sub _create {
|
|||
my $groupId = getNextId("groupId");
|
||||
WebGUI::SQL->write("insert into groups (groupId,dateCreated,expireOffset,karmaThreshold) values
|
||||
($groupId,".time().",314496000,1000000000)");
|
||||
WebGUI::Grouping::addGroupsToGroups([3],[$groupId]);
|
||||
return $groupId;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue