From e3ac5c2b7e1e445425cd246af6f94017613e6437 Mon Sep 17 00:00:00 2001 From: Bruno Menezes Date: Tue, 20 May 2014 11:49:32 -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 5aecdec..bfad162 100644 --- a/src/Cacic/CommonBundle/Controller/SoftwareController.php +++ b/src/Cacic/CommonBundle/Controller/SoftwareController.php @@ -148,7 +148,7 @@ class SoftwareController extends Controller return $this->render( 'CacicCommonBundle:Software:naoclassificados.html.twig', array( - 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoClassificados( $this->get( 'knp_paginator' ), $page ), + 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoClassificados(), 'tipos' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:TipoSoftware' )->findAll() ) ); -- libgit2 0.21.2