mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Admin: view sessions and view access log was not using user-timezone but server, also causing display of wrong idle-time
This commit is contained in:
parent
b28a0ced08
commit
23fcaf904e
@ -48,6 +48,7 @@ class admin_accesslog
|
||||
function __construct()
|
||||
{
|
||||
$this->so = new so_sql(self::APP,self::TABLE,null,'',true);
|
||||
$this->so->timestamps = array('li', 'lo', 'session_dla', 'notification_hartbeat');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user