mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Possible fix for SF Bug #417865.
This commit is contained in:
parent
674ca9a1c9
commit
03a0805371
@ -127,6 +127,8 @@
|
||||
|
||||
$phpgw_info['flags'] = $phpgw_info_flags;
|
||||
$userid_array = explode('@',$db->f('session_lid'));
|
||||
// Thinking this might solve auth_http problems
|
||||
if($userid_array[1] == '') { $userid_array[1] = 'default'; }
|
||||
$this->account_lid = $userid_array[0];
|
||||
$this->update_dla();
|
||||
$this->account_id = $phpgw->accounts->name2id($this->account_lid);
|
||||
|
Loading…
Reference in New Issue
Block a user