forked from extern/egroupware
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();
|
$this->acl();
|
||||||
}
|
}
|
||||||
$acl_acc_list = $GLOBALS['egw']->accounts->memberships($this->account_id,true);
|
$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->db->select($this->table_name,'*',array('acl_account' => $acl_acc_list ),__LINE__,__FILE__);
|
||||||
|
|
||||||
$this->data = Array();
|
$this->data = Array();
|
||||||
|
Loading…
Reference in New Issue
Block a user