mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +01:00
quietend a warning happening if no use set in login
This commit is contained in:
parent
6f78261f7f
commit
4d5d4c42c0
@ -154,7 +154,7 @@
|
||||
$this->acl();
|
||||
}
|
||||
$acl_acc_list = $GLOBALS['egw']->accounts->memberships($this->account_id,true);
|
||||
array_unshift($acl_acc_list,$this->account_id);
|
||||
@array_unshift($acl_acc_list,$this->account_id);
|
||||
$this->db->select($this->table_name,'*',array('acl_account' => $acl_acc_list ),__LINE__,__FILE__);
|
||||
|
||||
$this->data = Array();
|
||||
|
Loading…
Reference in New Issue
Block a user