Fixed timeout when assigning tags to entry

Fix #4998
This commit is contained in:
Nicolas Lœuillet 2021-03-16 10:39:35 +01:00 committed by Nicolas Lœuillet
parent 5344db7924
commit ebb806496f

View file

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