From 1935ec566a0f3ee79a3538239e96b62a69804c42 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 21 Feb 2021 20:51:00 +0100 Subject: [PATCH] Avoid endless loop with the MagicLink --- src/Model/Contact.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 302941385..f96c556d2 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2688,10 +2688,6 @@ class Contact return $destination; } - if (!empty($contact['uid']) || empty($contact['network'])) { - return self::magicLink($contact['url'], $url); - } - if (empty($contact['id'])) { return $destination; }