Remove afterpost() handling
This commit is contained in:
parent
85304b6e8f
commit
8f741c8b78
7 changed files with 0 additions and 27 deletions
|
|
@ -318,9 +318,6 @@ class Module
|
|||
$this->module_class->put();
|
||||
}
|
||||
|
||||
Core\Hook::callAll($this->module . '_mod_afterpost', $placeholder);
|
||||
$this->module_class->afterpost();
|
||||
|
||||
// "rawContent" is especially meant for technical endpoints.
|
||||
// This endpoint doesn't need any theme initialization or other comparable stuff.
|
||||
$this->module_class->rawContent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue