diff options
author | Friendika <info@friendika.com> | 2011-05-24 20:45:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 20:45:02 -0700 |
commit | bc8eba488454605a04fd4c85a3780fb4939c503a (patch) | |
tree | 7bf15d4c30e4cda9cdcb63683c89639273c924f4 /include | |
parent | 87de83997499a380ef26d72acb6d5fd3df91e95b (diff) | |
download | volse-hubzilla-bc8eba488454605a04fd4c85a3780fb4939c503a.tar.gz volse-hubzilla-bc8eba488454605a04fd4c85a3780fb4939c503a.tar.bz2 volse-hubzilla-bc8eba488454605a04fd4c85a3780fb4939c503a.zip |
turn on attach display
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index 742df20cb..79fa27602 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 = '<div class="wall-item-lock"></div>'; - $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( |