photo in mail message getting bogus response
This commit is contained in:
parent
69e2252fd6
commit
71d4810697
|
@ -166,7 +166,10 @@ function message_content(&$a) {
|
||||||
|
|
||||||
$tpl = load_view_file('view/msg-header.tpl');
|
$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);
|
$select = contact_select('messageto','message-to-select', false, 4, true);
|
||||||
$tpl = load_view_file('view/prv_message.tpl');
|
$tpl = load_view_file('view/prv_message.tpl');
|
||||||
|
|
Loading…
Reference in a new issue