mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixed warning if nothing checked in responsible edit
This commit is contained in:
parent
00134ab430
commit
4a19aaa1ff
@ -1062,7 +1062,7 @@ class uiinfolog
|
||||
'link_pathes' => $this->link_pathes,
|
||||
'send_file_ips' => $this->bo->send_file_ips,
|
||||
'implicit_rights' => $this->bo->implicit_rights,
|
||||
'responsible_edit' => implode(',',$extra),
|
||||
'responsible_edit' => is_array($extra) ? implode(',',$extra) : $extra,
|
||||
);
|
||||
$this->bo->config->save_repository(True);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user