Fix remaining call_hooks

This commit is contained in:
Hypolite Petovan 2018-01-21 00:11:18 -05:00
parent 1836f529a4
commit 3e418dc5a0
2 changed files with 2 additions and 2 deletions

View file

@ -470,5 +470,5 @@ function windowsphonepush_login(App $a)
require_once 'include/security.php';
authenticate_success($record);
$_SESSION["allow_api"] = true;
call_hooks('logged_in', $a->user);
Addon::callHooks('logged_in', $a->user);
}