Update Addon functions and calls
Update function names and calls for Addon class.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
namespace Friendica\Network;
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBM;
|
||||
@@ -72,6 +73,6 @@ class FKOAuth1 extends OAuthServer
|
||||
|
||||
dba::update('user', ['login_date' => datetime_convert()], ['uid' => $_SESSION['uid']]);
|
||||
|
||||
call_hooks('logged_in', $a->user);
|
||||
Addon::callHooks('logged_in', $a->user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user