add display_item hook back around l. 686 to the conversation
This commit is contained in:
parent
03ec6cabda
commit
1f36ebdb2b
|
@ -684,6 +684,8 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
|
|||
continue;
|
||||
}
|
||||
|
||||
call_hooks('display_item', $arr);
|
||||
|
||||
$item['pagedrop'] = $page_dropping;
|
||||
|
||||
if($item['id'] == $item['parent']) {
|
||||
|
|
Loading…
Reference in a new issue