This commit is contained in:
redmatrix 2016-07-25 13:27:17 -07:00
parent 0f5f1c98ca
commit 2fb4952137

View File

@ -64,8 +64,10 @@ function api_login(&$a){
}
}
if($record['account']) {
authenticate_success($record);
authenticate_success($record['account']);
if($channel_login)
change_channel($channel_login);