Closed TODO: no .= needed here. #2392

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-03-01 18:28:06 +01:00
parent 8cb011a07e
commit 2d154ae72f
1 changed files with 2 additions and 4 deletions

View File

@ -827,8 +827,7 @@ function dfrn_request_content(&$a) {
else else
$tpl = get_markup_template('auto_request.tpl'); $tpl = get_markup_template('auto_request.tpl');
// TODO This .= triggers an E_NOTICE, really needed? $page_desc = t("Please enter your 'Identity Address' from one of the following supported communications networks:");
$page_desc .= t("Please enter your 'Identity Address' from one of the following supported communications networks:");
// see if we are allowed to have NETWORK_MAIL2 contacts // see if we are allowed to have NETWORK_MAIL2 contacts
@ -853,8 +852,7 @@ function dfrn_request_content(&$a) {
get_server() get_server()
); );
// TODO This .= triggers an E_NOTICE, really needed? $o = replace_macros($tpl,array(
$o .= replace_macros($tpl,array(
'$header' => t('Friend/Connection Request'), '$header' => t('Friend/Connection Request'),
'$desc' => t('Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca'), '$desc' => t('Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca'),
'$pls_answer' => t('Please answer the following:'), '$pls_answer' => t('Please answer the following:'),