mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Hotfix: Deleted content
This commit is contained in:
parent
190efcefad
commit
de6bb280b1
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ class Page implements ArrayAccess
|
|||
$arr = ['content' => $content];
|
||||
Hook::callAll($moduleClass->getClassName() . '_mod_content', $arr);
|
||||
$content = $arr['content'];
|
||||
$content .= $module->getModule()->content();
|
||||
} catch (HTTPException $e) {
|
||||
$content = (new ModuleHTTPException())->content($e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue