From: fabrixxm Date: Wed, 26 Aug 2015 17:17:41 +0000 (+0200) Subject: fix warning in /dfrn_request X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b988aa7cb4eaf870f233151ce065d00895a21e6b;p=friendica.git fix warning in /dfrn_request --- diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 3316cb0b0f..7e5b67b7c2 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'),