diff options
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/TagController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/TagController.php b/src/Wallabag/CoreBundle/Controller/TagController.php index 07cd3edb..623a6146 100644 --- a/src/Wallabag/CoreBundle/Controller/TagController.php +++ b/src/Wallabag/CoreBundle/Controller/TagController.php | |||
@@ -122,7 +122,7 @@ class TagController extends Controller | |||
122 | } | 122 | } |
123 | } | 123 | } |
124 | 124 | ||
125 | return $this->render('WallabagCoreBundle:Entry:entries.html.twig',[ | 125 | return $this->render('WallabagCoreBundle:Entry:entries.html.twig', [ |
126 | 'form' => null, | 126 | 'form' => null, |
127 | 'entries' => $entries, | 127 | 'entries' => $entries, |
128 | 'currentPage' => $page, | 128 | 'currentPage' => $page, |