From: Michael Date: Sun, 8 Jul 2018 13:52:11 +0000 (+0000) Subject: Added comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=675a6adf356689c9e504c4a65eacd073aad421eb;p=friendica.git Added comment --- diff --git a/include/conversation.php b/include/conversation.php index d5ba8a6837..5ce02a55f6 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -721,6 +721,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false, $order = continue; } + /// @todo Check if this call is needed or not $arr = ['item' => $item]; Addon::callHooks('display_item', $arr);