]> git.mxchange.org Git - friendica.git/commitdiff
[DOCS] Hooks: Add empty line
authorMarcus Müller <25648755+M-arcus@users.noreply.github.com>
Tue, 24 Apr 2018 11:21:16 +0000 (13:21 +0200)
committerMarcus Müller <25648755+M-arcus@users.noreply.github.com>
Tue, 24 Apr 2018 11:21:16 +0000 (13:21 +0200)
doc/Addons.md

index 221c68a815e6251d7379eeabeee0e1d38bc4c686..78f5f8b780c05dbc44a8b79bb2daa296fa6f2372 100644 (file)
@@ -335,6 +335,7 @@ Here is a complete list of all hook callbacks with file locations (as of 01-Apr-
     Addon::callHooks('page_end', $a->page['content']);
     
 ### include/api.php
+
        Addon::callHooks('logged_in', $a->user);
        Addon::callHooks('authenticate', $addon_auth);
        Addon::callHooks('logged_in', $a->user);