]> git.mxchange.org Git - friendica.git/commitdiff
add display_item hook back around l. 686 to the conversation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Jan 2013 07:11:13 +0000 (08:11 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Jan 2013 07:11:13 +0000 (08:11 +0100)
include/conversation.php

index e659ca04d93e44b8c006755cccc2142aa538721c..c278ec2f18534edf629ccc7c951c55300d46615d 100644 (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']) {