1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

e107 News Infopanel now includes latest plugins/themes. Online panel now displays user language when multi-language tables are in use.

This commit is contained in:
Cameron
2016-01-14 08:28:17 -08:00
parent 796f5fa95c
commit 60be9aa37f
4 changed files with 123 additions and 13 deletions

View File

@@ -265,7 +265,8 @@ class e_online
'user_pagecount' => $row['online_pagecount'],
'user_active' => $row['online_active'],
'user_image' => vartrue($row['user_image'],false),
'online_user_id' => $row['online_user_id']
'online_user_id' => $row['online_user_id'],
'user_language' => $row['online_language']
);
if($row['online_user_id'] != 0 )