From: Tobias Diekershoff Date: Tue, 22 Jan 2013 07:11:13 +0000 (+0100) Subject: add display_item hook back around l. 686 to the conversation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f36ebdb2b88a0a3b1de59ba82b634843b1a06af;p=friendica.git add display_item hook back around l. 686 to the conversation --- diff --git a/include/conversation.php b/include/conversation.php index e659ca04d9..c278ec2f18 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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']) {