This commit is contained in:
redmatrix 2016-07-25 13:29:06 -07:00
parent 79eeeaee95
commit 24d28bc23a

View File

@ -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);