Avoid endless loop with the MagicLink

2022.09-rc
Michael Vogel 2021-02-21 20:51:00 +01:00
rodzic 327643d3eb
commit 1935ec566a
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -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;
}