Merge pull request #8199 from nupplaphil/bug/8197_intro_notif_stuck
Fix Contact addRelationship() notification link
This commit is contained in:
commit
2c2b649015
|
@ -2638,7 +2638,7 @@ class Contact
|
||||||
'to_name' => $user['username'],
|
'to_name' => $user['username'],
|
||||||
'to_email' => $user['email'],
|
'to_email' => $user['email'],
|
||||||
'uid' => $user['uid'],
|
'uid' => $user['uid'],
|
||||||
'link' => DI::baseUrl() . '/notifications/intro',
|
'link' => DI::baseUrl() . '/notifications/intros',
|
||||||
'source_name' => ((strlen(stripslashes($contact_record['name']))) ? stripslashes($contact_record['name']) : DI::l10n()->t('[Name Withheld]')),
|
'source_name' => ((strlen(stripslashes($contact_record['name']))) ? stripslashes($contact_record['name']) : DI::l10n()->t('[Name Withheld]')),
|
||||||
'source_link' => $contact_record['url'],
|
'source_link' => $contact_record['url'],
|
||||||
'source_photo' => $contact_record['photo'],
|
'source_photo' => $contact_record['photo'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user