diff --git a/Controller/ActivityController.php b/Controller/ActivityController.php index 3e0c9e696..18613b5f9 100644 --- a/Controller/ActivityController.php +++ b/Controller/ActivityController.php @@ -138,8 +138,6 @@ class ActivityController extends Controller $entity->setPerson($person); $entity->setDate(new \DateTime('now')); - $this->denyAccessUnlessGranted('CHILL_ACTIVITY_CREATE', $entity); - $form = $this->createCreateForm($entity, $person); return $this->render('ChillActivityBundle:Activity:new.html.twig', array(