Explorar o código

On remets le tri dans le bon sens

François %!s(int64=6) %!d(string=hai) anos
pai
achega
a18bde35dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/AppBundle/Controller/VideothequeController.php

+ 1 - 1
src/AppBundle/Controller/VideothequeController.php

@@ -28,7 +28,7 @@ class VideothequeController extends Controller
 	{
 		$em = $this->getDoctrine()->getManager();
 		$repo = $em->getRepository('AppBundle:Film');
-		$listeFilms = $repo->findTousDesc();
+		$listeFilms = $repo->findAll();
 
 		return $this->render('@App/videotheque/liste.html.twig', array(
 			'listeFilms'	=>	$listeFilms