From 85fceaa16e32aae943b98d236094f06f6006dd71 Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 14 Feb 2025 09:47:30 +0000 Subject: [PATCH] Remove not needed hook call --- src/Content/Conversation.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index 4175398a64..ec275af06a 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -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) { -- 2.39.5