From b988aa7cb4eaf870f233151ce065d00895a21e6b Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 26 Aug 2015 19:17:41 +0200 Subject: [PATCH] fix warning in /dfrn_request --- mod/dfrn_request.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 3316cb0b0..7e5b67b7c 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -836,7 +836,10 @@ function dfrn_request_content(&$a) { //$emailnet = (($mail_disabled) ? '' : t("Connect as an email follower \x28Coming soon\x29")); $emailnet = ""; - $invite_desc = sprintf(t('If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today.', get_server())); + $invite_desc = sprintf( + t('If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today.'), + get_server() + ); $o .= replace_macros($tpl,array( '$header' => t('Friend/Connection Request'),