aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/TagController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/TagController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/TagController.php b/src/Wallabag/CoreBundle/Controller/TagController.php
index 16ded948..06a91e1e 100644
--- a/src/Wallabag/CoreBundle/Controller/TagController.php
+++ b/src/Wallabag/CoreBundle/Controller/TagController.php
@@ -131,6 +131,7 @@ class TagController extends Controller
131 131
132 return $this->render('WallabagCoreBundle:Entry:entries.html.twig', [ 132 return $this->render('WallabagCoreBundle:Entry:entries.html.twig', [
133 'form' => null, 133 'form' => null,
134 'sortForm' => null,
134 'entries' => $entries, 135 'entries' => $entries,
135 'currentPage' => $page, 136 'currentPage' => $page,
136 'tag' => $tag, 137 'tag' => $tag,