mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Change back the setting of account_id also
This commit is contained in:
parent
4157660b0e
commit
f63a01ce6b
@ -37,8 +37,7 @@
|
|||||||
|
|
||||||
$this->db = $phpgw->db;
|
$this->db = $phpgw->db;
|
||||||
|
|
||||||
if (! isset($account_id))
|
if ($account_id != False) {
|
||||||
{
|
|
||||||
$this->account_id = $account_id;
|
$this->account_id = $account_id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user