X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwallmessage.php;h=75aca1f68dad1e1041a74823cebcdb1a7a6ac996;hb=5c63de1692c5be4ca457e03fc037683909a44348;hp=250b7d70d0aebc57d48ccd5d259bfcea57ea27dd;hpb=6b44fbbda03af125035c185c964f10ce78f97610;p=friendica.git diff --git a/mod/wallmessage.php b/mod/wallmessage.php index 250b7d70d0..75aca1f68d 100644 --- a/mod/wallmessage.php +++ b/mod/wallmessage.php @@ -128,7 +128,7 @@ function wallmessage_content(App $a) { ]); $tpl = get_markup_template('wallmessage.tpl'); - $o .= replace_macros($tpl, [ + $o = replace_macros($tpl, [ '$header' => L10n::t('Send Private Message'), '$subheader' => L10n::t('If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.', $user['username']), '$to' => L10n::t('To:'), @@ -139,7 +139,6 @@ function wallmessage_content(App $a) { '$text' => ((x($_REQUEST, 'body')) ? escape_tags(htmlspecialchars($_REQUEST['body'])) : ''), '$readonly' => '', '$yourmessage' => L10n::t('Your message:'), - '$select' => $select, '$parent' => '', '$upload' => L10n::t('Upload photo'), '$insert' => L10n::t('Insert web link'),