Merge pull request #5156 from wallabag/fix-assign-tags

Fixed timeout when assigning tags to entry
This commit is contained in:
Kevin Decherf
2021-10-23 13:24:22 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@ -712,7 +712,6 @@ class Entry
}
$this->tags->add($tag);
$tag->addEntry($this);
}
/**