1
0
Fork 0

Merge remote-tracking branch 'friendica/master'

This commit is contained in:
Fabio Comuni 2011-12-20 17:18:19 +01:00
commit ba732c97c1
7 changed files with 30 additions and 5 deletions

View file

@ -294,7 +294,7 @@ function conversation(&$a, $items, $mode, $update) {
$arr = array('item' => $item, 'output' => $tmp_item);
call_hooks('display_item', $arr);
$threads[$threadsid]['id'] = $arr[$item['item_id']];
$threads[$threadsid]['id'] = $item['item_id'];
$threads[$threadsid]['html'] .= $arr['output'];
}