mirror of
https://github.com/friendica/friendica
synced 2025-04-22 08:30:10 +00:00
Remove afterpost() handling
This commit is contained in:
parent
85304b6e8f
commit
8f741c8b78
7 changed files with 0 additions and 27 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue