forked from wallabag/wallabag
Add test on tagAllForUser
And fix multiplication of entries returned by `tagAllForUser`.
This commit is contained in:
@ -65,7 +65,6 @@ class RuleBasedTagger
|
||||
$tag = $this->getTag($user, $label);
|
||||
|
||||
$entry->addTag($tag);
|
||||
$entries[] = $entry;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user