mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
"fixed typo causing session list to contain all sessions"
This commit is contained in:
parent
e2f72dcc70
commit
04ddf51d90
@ -371,7 +371,6 @@ class egw_session //extends sessions
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$GLOBALS['egw']->db->transaction_begin();
|
||||
$this->register_session($this->login,$user_ip,$now,$this->session_flags);
|
||||
if ($this->session_flags != 'A') // dont log anonymous sessions
|
||||
@ -1165,7 +1164,7 @@ class egw_session //extends sessions
|
||||
{
|
||||
if (method_exists(self::$session_handler,'session_list'))
|
||||
{
|
||||
return call_user_func(array(self::$session_handler,'session_list'),array($start,$sort,$order));
|
||||
return call_user_func(array(self::$session_handler,'session_list'),$start,$sort,$order);
|
||||
}
|
||||
return array();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user