mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 17:29:11 +01:00
fixed promblem with infolog save of copyed infolog
This commit is contained in:
parent
3f13ed63a1
commit
086edcac9b
@ -852,6 +852,7 @@ class infolog_ui
|
||||
if (($button == 'copy'))
|
||||
{
|
||||
unset($content['info_id']);
|
||||
unset ($info_id);
|
||||
unset($content['info_datemodified']);
|
||||
unset($contentt['info_modifier']);
|
||||
$content['info_owner'] = !(int)$this->owner || !$this->bo->check_perms(EGW_ACL_ADD,0,$this->owner) ? $this->user : $this->owner;
|
||||
|
Loading…
Reference in New Issue
Block a user