aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-20 18:29:46 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-06-21 12:02:04 +0200
commitbd40f1af88979cb5257206d178d26819e350a24c (patch)
tree0e67b949bde3bf8c441bfa77cbf9aa0a49326f72 /src/Wallabag/CoreBundle/Controller/TagController.php
parentebf2d9232798111ea4762f1d8b1cc05533238eb2 (diff)
downloadwallabag-bd40f1af88979cb5257206d178d26819e350a24c.tar.gz
wallabag-bd40f1af88979cb5257206d178d26819e350a24c.tar.zst
wallabag-bd40f1af88979cb5257206d178d26819e350a24c.zip
Add all entries RSS feed and put links on tag page itself and baggy too
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
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}