correction init group tout le monde

This commit is contained in:
afornerot 2019-04-05 14:37:38 +02:00
parent 77ca334c16
commit d115ae0d4d
1 changed files with 6 additions and 5 deletions

View File

@ -91,6 +91,7 @@ class InitDataCommand extends ContainerAwareCommand
$group->setFgopen(false); $group->setFgopen(false);
$group->setFgall(true); $group->setFgall(true);
$group->setFgtemplate(false); $group->setFgtemplate(false);
$group->setFgcanshare(false);
$em->persist($group); $em->persist($group);
$em->flush(); $em->flush();
} }