]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
Add all entries RSS feed and put links on tag page itself and baggy too
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index 72822479794efa8ce426c4ca72c364834a9217f0..a8b1eaddb9a045008fb12adcce30695528c21fc0 100644 (file)
@@ -144,7 +144,7 @@ class TagController extends Controller
             'form' => null,
             'entries' => $entries,
             'currentPage' => $page,
-            'tag' => $tag->getSlug(),
+            'tag' => $tag,
         ]);
     }
 }