From: nupplaPhil Date: Wed, 29 Jan 2020 21:48:16 +0000 (+0100) Subject: Fix Contact notification link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f2271d1692710c773e52be4b1b30c6dedcf33c54;p=friendica.git Fix Contact notification link --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 7b43145856..3897f821b7 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2638,7 +2638,7 @@ class Contact 'to_name' => $user['username'], 'to_email' => $user['email'], '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_link' => $contact_record['url'], 'source_photo' => $contact_record['photo'],