fix: [Training] Cause I'm a lumberjack and I'm ok

pull/4313/head
iglocska 2019-03-13 18:06:31 +01:00
parent 0e76537f7a
commit eaf71ef6eb
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ class TrainingShell extends AppShell {
if ($this->__simulate) {
$summary[] = $user;
} else {
$summary[] = $response_data['User'];
$user['authkey'] = $response_data['User']['authkey'];
$summary[] = $user;
}
}
}