mirror of
https://github.com/friendica/friendica
synced 2025-02-22 23:58:14 +00:00
Restored $s = $hook_data['html']; call which was removed on error
This commit is contained in:
parent
412ba461e7
commit
fe2c4f7c4b
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue