mirror of
https://github.com/Mibew/java.git
synced 2024-11-15 01:14:12 +03:00
Pass user_id field of the visitor to the client side
This commit is contained in:
parent
a0a17e6076
commit
2562abdf4b
@ -443,6 +443,7 @@ class UsersProcessor extends ClientSideProcessor {
|
||||
// Create resulting visitor structure
|
||||
$visitors[] = array(
|
||||
'id' => (int)$row['visitorid'],
|
||||
'userId' => $row['userid'],
|
||||
'userName' => $row['username'],
|
||||
'userAgent' => $user_agent,
|
||||
'userIp' => $user_ip,
|
||||
|
Loading…
Reference in New Issue
Block a user