forked from extern/egroupware
small fix for constructor
This commit is contained in:
parent
a403215f2f
commit
b2427590f9
@ -34,7 +34,7 @@
|
||||
{
|
||||
global $phpgw, $phpgw_info;
|
||||
$this->db = $phpgw->db;
|
||||
if ($account_id == False){ $this->account_id = $account_id; }
|
||||
if ($account_id != False){ $this->account_id = $account_id; }
|
||||
}
|
||||
|
||||
function read()
|
||||
|
Loading…
Reference in New Issue
Block a user