mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
* Resources - fix 'Too few arguments' error when changing category of resource with accessories
This commit is contained in:
parent
01013dd898
commit
cfa65c7150
@ -417,8 +417,7 @@ class resources_bo
|
||||
if (($acc = $this->so->read($accessory)))
|
||||
{
|
||||
$acc['cat_id'] = $resource['cat_id'];
|
||||
$this->so->data = $acc;
|
||||
$this->so->save();
|
||||
$this->so->save($acc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user