aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-25 13:29:06 -0700
committerredmatrix <git@macgirvin.com>2016-07-25 13:29:06 -0700
commit24d28bc23a5dcc0dce7765463d94cc68e599efae (patch)
tree467a099fdf6a68e3dda82a97fd23640deeb60649
parent79eeeaee95e66f8a96d47067ac4386884f0121d6 (diff)
downloadvolse-hubzilla-24d28bc23a5dcc0dce7765463d94cc68e599efae.tar.gz
volse-hubzilla-24d28bc23a5dcc0dce7765463d94cc68e599efae.tar.bz2
volse-hubzilla-24d28bc23a5dcc0dce7765463d94cc68e599efae.zip
issue #460
-rw-r--r--include/api_auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api_auth.php b/include/api_auth.php
index 7a71bad73..89882f821 100644
--- a/include/api_auth.php
+++ b/include/api_auth.php
@@ -65,7 +65,7 @@ function api_login(&$a){
}
if($record['account']) {
- authenticate_success($record);
+ authenticate_success($record['account']);
if($channel_login)
change_channel($channel_login);