Fix missing path, prevented single selected address merge into mail from opening properly in popup

This commit is contained in:
Nathan Gray 2014-06-04 15:41:24 +00:00
parent a1530d728c
commit ee7349f4f6

View File

@ -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']),