X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FRepository%2FEntryRepository.php;h=47db4c079b83decc68e9b29b3cc0213838e0bf47;hb=33264c2d02fdfe6e8321096491b9c7398cd10e9a;hp=44f95dcba2ebd96ee6fe168c11d0d5c9660efe94;hpb=7c04b7396a296e31bb11beadc19550396ee728a8;p=github%2Fwallabag%2Fwallabag.git 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 $entryAlias = 'e' . $i; $tagAlias = 't' . $i; - // Complexe queries to ensure multiple tags is associated to an entry + // Complexe queries to ensure multiple tags are associated to an entry // https://stackoverflow.com/a/6638146/569101 $qb->andWhere($qb->expr()->in( 'e.id',