mirror of
				https://github.com/Mibew/i18n.git
				synced 2025-11-01 01:36:57 +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