mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Online handler now records language
This commit is contained in:
@@ -120,7 +120,8 @@ class e_online
|
||||
'online_location' => $page,
|
||||
'online_pagecount' => 1,
|
||||
'online_active' => 0,
|
||||
'online_agent' => $agent
|
||||
'online_agent' => $agent,
|
||||
'online_language' => e_LAN
|
||||
);
|
||||
|
||||
// !deftrue('e_AJAX_REQUEST')
|
||||
|
Reference in New Issue
Block a user