From 3b67ef3e9cca8f7a8e5e43521ac980d3ac27b71d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 12 Aug 2017 07:46:37 +0200 Subject: [PATCH] wrong url --- mod/invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/invite.php b/mod/invite.php index 0b8f5046f7..5982574fad 100644 --- a/mod/invite.php +++ b/mod/invite.php @@ -145,7 +145,7 @@ function invite_content(App $a) { . $linktxt . "\r\n" . "\r\n" . (($invonly) ? t('You will need to supply this invitation code: $invite_code') . "\r\n" . "\r\n" : '') .t('Once you have registered, please connect with me via my profile page at:') . "\r\n" . "\r\n" . App::get_baseurl() . '/profile/' . $a->user['nickname'] - . "\r\n" . "\r\n" . t('For more information about the Friendica project and why we feel it is important, please visit http://friendica.com') . "\r\n" . "\r\n" , + . "\r\n" . "\r\n" . t('For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca') . "\r\n" . "\r\n" , '$submit' => t('Submit') ));