]> git.mxchange.org Git - friendica.git/commitdiff
move Hook doc
authornupplaPhil <admin@philipp.info>
Thu, 5 Dec 2019 22:19:27 +0000 (23:19 +0100)
committernupplaPhil <admin@philipp.info>
Thu, 5 Dec 2019 22:19:27 +0000 (23:19 +0100)
doc/Addons.md

index fb9956089dbf4d2ca371d7f61ce588675e8a8c9a..06b05bdff5c14ef0431d10f95cd3d6d89903b100 100644 (file)
@@ -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