[DOCS] Hooks: Add empty line

This commit is contained in:
Marcus Müller 2018-04-24 13:21:16 +02:00
parent 81d636d05d
commit 7ac4b17c80
1 changed files with 1 additions and 0 deletions

View 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);