@@ -167,6 +167,7 @@ class VideothequeController extends Controller
}
$em->flush();
$this->addFlash('success', 'Le commentaire a été posté');
+ return $this->redirectToRoute('videotheque_voirfilm', array('id' => $film->getId()));
$commentaires = $repoComment->findBy(array('film'=>$film));