mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
use the new type parameter for accounts::name2id to specify accounts
This commit is contained in:
parent
0af8df4caa
commit
96ba93f773
@ -292,7 +292,7 @@
|
||||
$GLOBALS['egw_info']['user']['kp3'] = $this->kp3;
|
||||
|
||||
$this->update_dla();
|
||||
$this->account_id = $GLOBALS['egw']->accounts->name2id($this->account_lid);
|
||||
$this->account_id = $GLOBALS['egw']->accounts->name2id($this->account_lid,'account_lid','u');
|
||||
if (!$this->account_id)
|
||||
{
|
||||
return False;
|
||||
|
Loading…
Reference in New Issue
Block a user