]> git.mxchange.org Git - friendica.git/commitdiff
Restored $s = $hook_data['html']; call which was removed on error
authorMarek Bachmann <marek.bachmann@comtec.eecs.uni-kassel.de>
Sat, 10 Dec 2022 22:47:37 +0000 (23:47 +0100)
committerMarek Bachmann <marek.bachmann@comtec.eecs.uni-kassel.de>
Sat, 10 Dec 2022 22:47:37 +0000 (23:47 +0100)
src/Model/Item.php

index d134ca7d6e8d2bc05a08e9641da740d418d44ee0..921d35882d62db4f6c1a681a9c3f3cbff8037638 100644 (file)
@@ -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) {