Restored $s = $hook_data['html']; call which was removed on error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user