]> git.mxchange.org Git - friendica.git/commitdiff
Added documentation
authorMichael <heluecht@pirati.ca>
Sat, 10 Nov 2018 16:55:12 +0000 (16:55 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 10 Nov 2018 16:55:12 +0000 (16:55 +0000)
doc/Addons.md

index 50febf7214abde7abcd9dbc1550604a82004875b..bf139aea7f1e831084646558d3528332d81848a0 100644 (file)
@@ -693,6 +693,9 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 
     Addon::callHooks('logged_in', $a->user);
 
+### src/Core/Hook.php
+
+    self::callSingle(self::getApp(), 'hook_fork', $fork_hook, $hookdata);
 
 ### src/Core/Worker.php