From f2271d1692710c773e52be4b1b30c6dedcf33c54 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Wed, 29 Jan 2020 22:48:16 +0100 Subject: [PATCH] Fix Contact notification link --- src/Model/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 7b4314585..3897f821b 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'],