need full namespace to specify a static method of a namespaced class

This commit is contained in:
Ralf Becker 2016-04-01 11:58:55 +00:00
parent 63804dc101
commit a7b6fb5baf

View File

@ -2048,7 +2048,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
$mailbox = $hA['folder'];
$acc_id = $hA['profileID'];
$attachmentHTML[$key]['mime_data'] = egw_link::set_data($value['mimeType'], 'Mail::getAttachmentAccount', array(
$attachmentHTML[$key]['mime_data'] = egw_link::set_data($value['mimeType'], 'EGroupware\\Api\\Mail::getAttachmentAccount', array(
$acc_id, $mailbox, $uid, $value['partID'], $value['is_winmail'], true
));
$attachmentHTML[$key]['size']=egw_vfs::hsize($value['size']);