forked from wallabag/wallabag
Merge pull request #5156 from wallabag/fix-assign-tags
Fixed timeout when assigning tags to entry
This commit is contained in:
@ -712,7 +712,6 @@ class Entry
|
||||
}
|
||||
|
||||
$this->tags->add($tag);
|
||||
$tag->addEntry($this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user