]> git.mxchange.org Git - friendica.git/blobdiff - doc/de/Addons.md
Merge remote-tracking branch 'upstream/develop' into api-status
[friendica.git] / doc / de / Addons.md
index a20cf4a59471303617ee3a92efcafdc2915b64a1..3381ef48f130892e8ea62a753099da2214277d12 100644 (file)
@@ -202,7 +202,6 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
     Hook::callAll($a->module.'_mod_init', $placeholder);
     Hook::callAll($a->module.'_mod_init', $placeholder);
     Hook::callAll($a->module.'_mod_post', $_POST);
-    Hook::callAll($a->module.'_mod_afterpost', $placeholder);
     Hook::callAll($a->module.'_mod_content', $arr);
     Hook::callAll($a->module.'_mod_aftercontent', $arr);
     Hook::callAll('page_end', DI::page()['content']);