forked from extern/egroupware
Changed it for an initial instantiation
This commit is contained in:
parent
c40f06de24
commit
730d467703
@ -58,7 +58,10 @@
|
||||
{
|
||||
global $phpgw, $phpgw_info;
|
||||
$this->db = $phpgw->db;
|
||||
$this->account_id = get_account_id($account_id,$phpgw_info['user']['account_id']);
|
||||
if($account_id != '')
|
||||
{
|
||||
$this->account_id = get_account_id($account_id,$phpgw_info['user']['account_id']);
|
||||
}
|
||||
}
|
||||
|
||||
/**************************************************************************\
|
||||
|
Loading…
Reference in New Issue
Block a user