mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
fixed reference with clone, thanks to jpingle <jim-AT-hpcisp.com> from the user-list
This commit is contained in:
parent
7254bef473
commit
40e5634739
@ -97,7 +97,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->snapshotted_files = array();
|
$this->snapshotted_files = array();
|
||||||
$this->db =& clone($GLOBALS['phpgw']->db);
|
$this->db = clone($GLOBALS['phpgw']->db);
|
||||||
$this->now = date('Y-m-d H:i:s');
|
$this->now = date('Y-m-d H:i:s');
|
||||||
$this->account_id = $GLOBALS['phpgw_info']['user']['account_id'];
|
$this->account_id = $GLOBALS['phpgw_info']['user']['account_id'];
|
||||||
$this->tmp_dir = $GLOBALS['phpgw_info']['server']['temp_dir'];
|
$this->tmp_dir = $GLOBALS['phpgw_info']['server']['temp_dir'];
|
||||||
|
Loading…
Reference in New Issue
Block a user