mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Fix missing path, prevented single selected address merge into mail from opening properly in popup
This commit is contained in:
parent
a1530d728c
commit
ee7349f4f6
@ -1667,6 +1667,7 @@ abstract class bo_merge
|
||||
if(!$file['mime'])
|
||||
{
|
||||
$file['mime'] = egw_vfs::mime_content_type($default_doc);
|
||||
$file['path'] = $default_doc;
|
||||
}
|
||||
$documents['document'] = array(
|
||||
'icon' => egw_vfs::mime_icon($file['mime']),
|
||||
|
Loading…
Reference in New Issue
Block a user