Use destination URL when provided in Contact::magicLink

This commit is contained in:
Hypolite Petovan 2019-09-06 08:33:19 -04:00
parent 2dcb9926bc
commit 69105928f5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**