aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-08-03 16:20:49 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-09-06 22:49:16 +0200
commit33264c2d02fdfe6e8321096491b9c7398cd10e9a (patch)
tree96276b352d4e19c78a8d79e14e5c5039f5df2279 /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent7c04b7396a296e31bb11beadc19550396ee728a8 (diff)
downloadwallabag-33264c2d02fdfe6e8321096491b9c7398cd10e9a.tar.gz
wallabag-33264c2d02fdfe6e8321096491b9c7398cd10e9a.tar.zst
wallabag-33264c2d02fdfe6e8321096491b9c7398cd10e9a.zip
Fix tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 44f95dcb..47db4c07 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -156,7 +156,7 @@ class EntryRepository extends EntityRepository
156 $entryAlias = 'e' . $i; 156 $entryAlias = 'e' . $i;
157 $tagAlias = 't' . $i; 157 $tagAlias = 't' . $i;
158 158
159 // Complexe queries to ensure multiple tags is associated to an entry 159 // Complexe queries to ensure multiple tags are associated to an entry
160 // https://stackoverflow.com/a/6638146/569101 160 // https://stackoverflow.com/a/6638146/569101
161 $qb->andWhere($qb->expr()->in( 161 $qb->andWhere($qb->expr()->in(
162 'e.id', 162 'e.id',