diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php index 4e5fdbe3e..7ae5c5f73 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php @@ -292,7 +292,6 @@ class AccompanyingCourseController extends Controller $form->handleRequest($request); if ($form->isSubmitted() && $form->isValid()) { - $accompanyingCourse->reOpen(); $this->getDoctrine()->getManager()->flush();