aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Tag.php b/src/Wallabag/CoreBundle/Entity/Tag.php
index f6c42f5d..b4adbbd3 100644
--- a/src/Wallabag/CoreBundle/Entity/Tag.php
+++ b/src/Wallabag/CoreBundle/Entity/Tag.php
@@ -118,7 +118,7 @@ class Tag
118 return $this->entries; 118 return $this->entries;
119 } 119 }
120 120
121 public function getEntriesByUser($userId) 121 public function getEntriesByUserId($userId)
122 { 122 {
123 $filteredEntries = new ArrayCollection(); 123 $filteredEntries = new ArrayCollection();
124 foreach ($this->entries as $entry) { 124 foreach ($this->entries as $entry) {