From: Marek Bachmann Date: Sat, 10 Dec 2022 22:47:37 +0000 (+0100) Subject: Restored $s = $hook_data['html']; call which was removed on error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fe2c4f7c4b592e9991034a53378952bb52f8de68;p=friendica.git Restored $s = $hook_data['html']; call which was removed on error --- diff --git a/src/Model/Item.php b/src/Model/Item.php index d134ca7d6e..921d35882d 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) {