Commit 036d7beca9b507abdcdde14255022688cd020e22
1 parent
e3ac5c2b
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
| ... | ... | @@ -191,7 +191,7 @@ class SoftwareController extends Controller |
| 191 | 191 | return $this->render( |
| 192 | 192 | 'CacicCommonBundle:Software:naousados.html.twig', |
| 193 | 193 | array( |
| 194 | - 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoUsados( $this->get( 'knp_paginator' ), $page ) | |
| 194 | + 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoUsados() | |
| 195 | 195 | ) |
| 196 | 196 | ); |
| 197 | 197 | } | ... | ... |