From 036d7beca9b507abdcdde14255022688cd020e22 Mon Sep 17 00:00:00 2001 From: Bruno Menezes Date: Tue, 20 May 2014 12:01:56 -0300 Subject: [PATCH] alterando template --- src/Cacic/CommonBundle/Controller/SoftwareController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cacic/CommonBundle/Controller/SoftwareController.php b/src/Cacic/CommonBundle/Controller/SoftwareController.php index bfad162..587fce4 100644 --- a/src/Cacic/CommonBundle/Controller/SoftwareController.php +++ b/src/Cacic/CommonBundle/Controller/SoftwareController.php @@ -191,7 +191,7 @@ class SoftwareController extends Controller return $this->render( 'CacicCommonBundle:Software:naousados.html.twig', array( - 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoUsados( $this->get( 'knp_paginator' ), $page ) + 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoUsados() ) ); } -- libgit2 0.21.2