Avoid endless loop with the MagicLink
This commit is contained in:
parent
327643d3eb
commit
1935ec566a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue