aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/TagRepository.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/TagRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/TagRepository.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/TagRepository.php b/src/Wallabag/CoreBundle/Repository/TagRepository.php
index 8d9cf85c..afeb985b 100644
--- a/src/Wallabag/CoreBundle/Repository/TagRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/TagRepository.php
@@ -57,7 +57,7 @@ class TagRepository extends EntityRepository
57 * 57 *
58 * @return Tag 58 * @return Tag
59 */ 59 */
60 public function findOnebyEntryAndLabel($entry, $label) 60 public function findOneByEntryAndTagLabel($entry, $label)
61 { 61 {
62 return $this->createQueryBuilder('t') 62 return $this->createQueryBuilder('t')
63 ->leftJoin('t.entries', 'e') 63 ->leftJoin('t.entries', 'e')