add display_item hook back around l. 686 to the conversation

This commit is contained in:
Tobias Diekershoff 2013-01-22 08:11:13 +01:00
parent 03ec6cabda
commit 1f36ebdb2b
1 changed files with 2 additions and 0 deletions

View File

@ -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']) {