From: nupplaPhil Date: Thu, 5 Dec 2019 22:19:27 +0000 (+0100) Subject: move Hook doc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=afb93ab0fecac0b9b1fbaedeac0e01f4600988b2;p=friendica.git move Hook doc --- diff --git a/doc/Addons.md b/doc/Addons.md index fb9956089d..06b05bdff5 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -716,7 +716,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- ### src/Module/Login.php - Hook::callAll('authenticate', $addon_auth); Hook::callAll('login_hook', $o); ### src/Module/Logout.php @@ -740,6 +739,7 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- ### src/Core/Authentication.php Hook::callAll('logged_in', $a->user); + Hook::callAll('authenticate', $addon_auth); ### src/Core/Hook.php