This commit is contained in:
Jeremy Benoist
2016-09-25 12:03:12 +02:00
parent 401135852c
commit 82fc3290d4
3 changed files with 4 additions and 6 deletions

View File

@ -122,7 +122,7 @@ class TagController extends Controller
}
}
return $this->render('WallabagCoreBundle:Entry:entries.html.twig',[
return $this->render('WallabagCoreBundle:Entry:entries.html.twig', [
'form' => null,
'entries' => $entries,
'currentPage' => $page,