Remove afterpost() handling
This commit is contained in:
@@ -352,9 +352,6 @@ class Page implements ArrayAccess
|
||||
$arr = ['content' => $content];
|
||||
Hook::callAll($moduleClass->getClassName() . '_mod_content', $arr);
|
||||
$content = $arr['content'];
|
||||
$arr = ['content' => $moduleClass->content()];
|
||||
Hook::callAll($moduleClass->getClassName() . '_mod_aftercontent', $arr);
|
||||
$content .= $arr['content'];
|
||||
} catch (HTTPException $e) {
|
||||
$content = (new ModuleHTTPException())->content($e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user