photo in mail message getting bogus response

This commit is contained in:
Friendika 2011-03-03 20:58:39 -08:00
parent 69e2252fd6
commit 71d4810697
1 changed files with 5 additions and 2 deletions

View File

@ -166,7 +166,10 @@ function message_content(&$a) {
$tpl = load_view_file('view/msg-header.tpl');
$a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));
$a->page['htmlhead'] .= replace_macros($tpl, array(
'$baseurl' => $a->get_baseurl(),
'$nickname' => $a->user['nickname']
));
$select = contact_select('messageto','message-to-select', false, 4, true);
$tpl = load_view_file('view/prv_message.tpl');