diff --git a/src/ninegate-1.0/src/Cadoles/PortalBundle/Command/InitDataCommand.php b/src/ninegate-1.0/src/Cadoles/PortalBundle/Command/InitDataCommand.php index fab8fb27..4704ea71 100644 --- a/src/ninegate-1.0/src/Cadoles/PortalBundle/Command/InitDataCommand.php +++ b/src/ninegate-1.0/src/Cadoles/PortalBundle/Command/InitDataCommand.php @@ -1241,7 +1241,7 @@ class InitDataCommand extends ContainerAwareCommand $entityWidget->setAutoajust(true); $entityWidget->setBorder(false); $entityWidget->setOpened(true); - $entityWidget->setAccess(["config","user","group"]); + $entityWidget->setAccess(["config","group"]); $parameter = json_decode('{"fields": []}'); $entityWidget->setParameter($parameter); $em->persist($entityWidget);