diff --git a/src/Model/Item.php b/src/Model/Item.php index d134ca7d6..921d35882 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -3090,6 +3090,8 @@ class Item 'filter_reasons' => $filter_reasons ]; Hook::callAll('prepare_body', $hook_data); + $s = $hook_data['html']; + unset($hook_data); if (!$attach) {