Use destination URL when provided in Contact::magicLink
parent
2dcb9926bc
commit
69105928f5
|
@ -2668,7 +2668,7 @@ class Contact extends BaseObject
|
|||
// Prevents endless loop in case only a non-public contact exists for the contact URL
|
||||
unset($data['uid']);
|
||||
|
||||
return self::magicLinkByContact($data, $contact_url);
|
||||
return self::magicLinkByContact($data, $url ?: $contact_url);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue