Remove not needed hook call

This commit is contained in:
Art4 2025-02-14 09:47:30 +00:00
commit 85fceaa16e

View file

@ -659,10 +659,6 @@ class Conversation
continue;
}
/// @todo Check if this call is needed or not
$arr = ['item' => $item];
Hook::callAll('display_item', $arr);
$item['pagedrop'] = $pagedrop;
if ($item['gravity'] == ItemModel::GRAVITY_PARENT) {