Commit e3ac5c2b7e1e445425cd246af6f94017613e6437

Authored by Bruno Menezes
1 parent d10b0a5c
Exists in master and in 1 other branch 3.1

alterando template

src/Cacic/CommonBundle/Controller/SoftwareController.php
... ... @@ -148,7 +148,7 @@ class SoftwareController extends Controller
148 148 return $this->render(
149 149 'CacicCommonBundle:Software:naoclassificados.html.twig',
150 150 array(
151   - 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoClassificados( $this->get( 'knp_paginator' ), $page ),
  151 + 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoClassificados(),
152 152 'tipos' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:TipoSoftware' )->findAll()
153 153 )
154 154 );
... ...