Avoid endless loop with the MagicLink
This commit is contained in:
parent
327643d3eb
commit
1935ec566a
1 changed files with 0 additions and 4 deletions
|
@ -2688,10 +2688,6 @@ class Contact
|
||||||
return $destination;
|
return $destination;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($contact['uid']) || empty($contact['network'])) {
|
|
||||||
return self::magicLink($contact['url'], $url);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (empty($contact['id'])) {
|
if (empty($contact['id'])) {
|
||||||
return $destination;
|
return $destination;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue