]> git.mxchange.org Git - friendica.git/commitdiff
Added comment
authorMichael <heluecht@pirati.ca>
Sun, 8 Jul 2018 13:52:11 +0000 (13:52 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 8 Jul 2018 13:52:11 +0000 (13:52 +0000)
include/conversation.php

index d5ba8a6837bf1e08ca5dc1bf8b75355db9eb24b7..5ce02a55f698e3bd25b7a3ebfc1fdb9c5d5cce82 100644 (file)
@@ -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);