Hotfix: Deleted content

This commit is contained in:
Philipp Holzer 2021-11-17 13:39:48 +01:00
parent 190efcefad
commit de6bb280b1
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -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);
}