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