]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/BasicAuth.php
Rename Depository to Repository
[friendica.git] / src / Security / BasicAuth.php
index 070c6500d3582a7104c66650193359e5ec34bb31..f2154ae8a4374da15fa121719a0f7af660eb442d 100644 (file)
@@ -184,7 +184,7 @@ class BasicAuth
 
                Session::set('allow_api', true);
 
-               Hook::callAll('logged_in', $a->user);
+               Hook::callAll('logged_in', $record);
 
                if (Session::get('allow_api')) {
                        self::$current_user_id = local_user();