From ebb806496f31e4e6f7d57072a12f87ee1c53a987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 16 Mar 2021 10:39:35 +0100 Subject: [PATCH] Fixed timeout when assigning tags to entry Fix #4998 --- src/Wallabag/CoreBundle/Entity/Entry.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php index 0e19a0c20..d44f9a8a0 100644 --- a/src/Wallabag/CoreBundle/Entity/Entry.php +++ b/src/Wallabag/CoreBundle/Entity/Entry.php @@ -712,7 +712,6 @@ class Entry } $this->tags->add($tag); - $tag->addEntry($this); } /**