mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
fixing ->setOwner which were always setting empty owner
This commit is contained in:
parent
1a5243c9c4
commit
4610377a66
@ -196,7 +196,7 @@ class Instance extends Base {
|
||||
$this->owner = $user;
|
||||
// save database
|
||||
$query = "update `".GALAXIA_TABLE_PREFIX."instances` set `wf_owner`=? where `wf_instance_id`=?";
|
||||
$this->query($query,array($owner,(int)$this->instanceId));
|
||||
$this->query($query,array($this->owner,(int)$this->instanceId));
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user