fix warning in /dfrn_request
This commit is contained in:
parent
2e09ce6847
commit
b988aa7cb4
|
@ -836,7 +836,10 @@ function dfrn_request_content(&$a) {
|
||||||
//$emailnet = (($mail_disabled) ? '' : t("<strike>Connect as an email follower</strike> \x28Coming soon\x29"));
|
//$emailnet = (($mail_disabled) ? '' : t("<strike>Connect as an email follower</strike> \x28Coming soon\x29"));
|
||||||
$emailnet = "";
|
$emailnet = "";
|
||||||
|
|
||||||
$invite_desc = sprintf(t('If you are not yet a member of the free social web, <a href="%s/siteinfo">follow this link to find a public Friendica site and join us today</a>.', get_server()));
|
$invite_desc = sprintf(
|
||||||
|
t('If you are not yet a member of the free social web, <a href="%s/siteinfo">follow this link to find a public Friendica site and join us today</a>.'),
|
||||||
|
get_server()
|
||||||
|
);
|
||||||
|
|
||||||
$o .= replace_macros($tpl,array(
|
$o .= replace_macros($tpl,array(
|
||||||
'$header' => t('Friend/Connection Request'),
|
'$header' => t('Friend/Connection Request'),
|
||||||
|
|
Loading…
Reference in a new issue