1
0
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:
Cameron
2015-11-18 20:28:41 -08:00
parent e5ea9d689d
commit e2fab78302
2 changed files with 3 additions and 2 deletions

View File

@@ -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')