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.php2
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,