From: Friendika Date: Wed, 25 May 2011 03:45:02 +0000 (-0700) Subject: turn on attach display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc8eba488454605a04fd4c85a3780fb4939c503a;p=friendica.git turn on attach display --- diff --git a/include/conversation.php b/include/conversation.php index 742df20cbd..79fa276026 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -184,7 +184,7 @@ function conversation(&$a, $items, $mode, $update) { $drop = replace_macros($droptpl,array('$id' => $item['id'])); $lock = '
'; - $body = prepare_body($item); + $body = prepare_body($item,true); $o .= replace_macros($tpl,array( '$id' => $item['item_id'], @@ -443,7 +443,7 @@ function conversation(&$a, $items, $mode, $update) { // Build the HTML - $body = prepare_body($item); + $body = prepare_body($item,true); $tmp_item = replace_macros($template,array(