aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository')
-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 b78e244e..6c63a6a2 100644
--- a/src/Wallabag/CoreBundle/Repository/TagRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/TagRepository.php
@@ -77,7 +77,7 @@ class TagRepository extends EntityRepository
77 ->getSingleResult(); 77 ->getSingleResult();
78 } 78 }
79 79
80 public function findTagsForArchivedArticles($userId) 80 public function findForArchivedArticlesByUser($userId)
81 { 81 {
82 $ids = $this->createQueryBuilder('t') 82 $ids = $this->createQueryBuilder('t')
83 ->select('t.id') 83 ->select('t.id')