aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-26 14:09:16 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-26 14:09:16 +0200
commitfd30989a186db2a68afa1bd24b3cf39b8ce94ef3 (patch)
treeed662cd28d46fa213da35928a35f7e0cac41d3d9 /src/Wallabag/CoreBundle/Twig/WallabagExtension.php
parentefea7a352f947a3632095d95a7dfbb07b8fd86c7 (diff)
downloadwallabag-fd30989a186db2a68afa1bd24b3cf39b8ce94ef3.tar.gz
wallabag-fd30989a186db2a68afa1bd24b3cf39b8ce94ef3.tar.zst
wallabag-fd30989a186db2a68afa1bd24b3cf39b8ce94ef3.zip
Enhanced tests and changed routewith-annotations-route
Diffstat (limited to 'src/Wallabag/CoreBundle/Twig/WallabagExtension.php')
-rw-r--r--src/Wallabag/CoreBundle/Twig/WallabagExtension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Twig/WallabagExtension.php b/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
index e0f67375..64f54bfb 100644
--- a/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
+++ b/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
@@ -94,7 +94,7 @@ class WallabagExtension extends AbstractExtension implements GlobalsInterface
94 case 'unread': 94 case 'unread':
95 $qb = $this->entryRepository->getBuilderForUnreadByUser($user->getId()); 95 $qb = $this->entryRepository->getBuilderForUnreadByUser($user->getId());
96 break; 96 break;
97 case 'with_annotations': 97 case 'annotated':
98 $qb = $this->entryRepository->getBuilderForAnnotationsByUser($user->getId()); 98 $qb = $this->entryRepository->getBuilderForAnnotationsByUser($user->getId());
99 break; 99 break;
100 case 'all': 100 case 'all':