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 72822479..a8b1eadd 100644
--- a/src/Wallabag/CoreBundle/Controller/TagController.php
+++ b/src/Wallabag/CoreBundle/Controller/TagController.php
@@ -144,7 +144,7 @@ class TagController extends Controller
144 'form' => null, 144 'form' => null,
145 'entries' => $entries, 145 'entries' => $entries,
146 'currentPage' => $page, 146 'currentPage' => $page,
147 'tag' => $tag->getSlug(), 147 'tag' => $tag,
148 ]); 148 ]);
149 } 149 }
150} 150}