mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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