mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
need to pass $ignore_acl of write to internal write call to update parent too
This commit is contained in:
parent
03c201b450
commit
fbada034dd
@ -1002,10 +1002,10 @@ class infolog_bo
|
||||
$values_in = array_merge($values_in,$values);
|
||||
|
||||
// Update modified timestamp of parent
|
||||
if($values['info_id_parent'])
|
||||
if($values['info_id_parent'] && $touch_modified)
|
||||
{
|
||||
$parent = $this->read($values['info_id_parent'], false, 'server', true);
|
||||
$this->write($parent,false, true, false, true);
|
||||
$this->write($parent, false, true, false, true, false, null, $ignore_acl);
|
||||
}
|
||||
}
|
||||
return $info_id;
|
||||
|
Loading…
Reference in New Issue
Block a user