aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-25 12:03:12 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-25 12:03:49 +0200
commit82fc3290d4fec45ede270e2c1ad2079fe3020adc (patch)
tree33323388ee3340db8e8921c09061ac84a3da0ecc /src/Wallabag/CoreBundle/Controller/TagController.php
parent401135852c6b25c8d5ab97beaefb02d1bd023ec9 (diff)
downloadwallabag-82fc3290d4fec45ede270e2c1ad2079fe3020adc.tar.gz
wallabag-82fc3290d4fec45ede270e2c1ad2079fe3020adc.tar.zst
wallabag-82fc3290d4fec45ede270e2c1ad2079fe3020adc.zip
CS
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,