1
0
Fork 0

Remove afterpost() handling

This commit is contained in:
Philipp Holzer 2021-11-16 21:14:20 +01:00
commit 8f741c8b78
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 0 additions and 27 deletions

View file

@ -76,11 +76,6 @@ class LegacyModule extends BaseModule
$this->runModuleFunction('post');
}
public function afterpost()
{
$this->runModuleFunction('afterpost');
}
/**
* Runs the module function designated by the provided suffix if it exists, the BaseModule method otherwise
*