Commit e3ac5c2b7e1e445425cd246af6f94017613e6437
1 parent
d10b0a5c
Exists in
master
and in
1 other branch
alterando template
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ); | ... | ... |