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
|
'filter_reasons' => $filter_reasons
|
||||||
];
|
];
|
||||||
Hook::callAll('prepare_body', $hook_data);
|
Hook::callAll('prepare_body', $hook_data);
|
||||||
|
$s = $hook_data['html'];
|
||||||
|
|
||||||
unset($hook_data);
|
unset($hook_data);
|
||||||
|
|
||||||
if (!$attach) {
|
if (!$attach) {
|
||||||
|
|||||||
Reference in New Issue
Block a user