Убрал notise
This commit is contained in:
parent
5518b335a8
commit
d1be4995e2
@ -19,7 +19,7 @@ $step = $manager->getRegistered()[$short_name];
|
||||
$button_text = 'Продолжить';
|
||||
$time = time();
|
||||
|
||||
$token = password_hash($manager->getDatabaseData()->api_token . $time . $user->info['id'], PASSWORD_DEFAULT);
|
||||
$token = password_hash($manager->getDatabaseData()['api_token'] . $time . $user->info['id'], PASSWORD_DEFAULT);
|
||||
?>
|
||||
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user