correct test password client

This commit is contained in:
Andrey Kuvshinov
2020-05-29 18:01:28 +00:00
parent fd5c6a8bd9
commit 621dea28bd

View File

@@ -98,7 +98,8 @@ function test_client_hash_kuri($hash){
$client = client_find_hash($hash); $client = client_find_hash($hash);
if (isset($client['error'])) { if (isset($client['error'])) {
add_user_cookie($client['client_id'], $result['clientpassword']); out_kuri();
add_user_cookie($client['client_id'],$client['clientpassword']);
} }
} }