mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
need full namespace to specify a static method of a namespaced class
This commit is contained in:
parent
63804dc101
commit
a7b6fb5baf
@ -2048,7 +2048,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
$mailbox = $hA['folder'];
|
$mailbox = $hA['folder'];
|
||||||
$acc_id = $hA['profileID'];
|
$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
|
$acc_id, $mailbox, $uid, $value['partID'], $value['is_winmail'], true
|
||||||
));
|
));
|
||||||
$attachmentHTML[$key]['size']=egw_vfs::hsize($value['size']);
|
$attachmentHTML[$key]['size']=egw_vfs::hsize($value['size']);
|
||||||
|
Loading…
Reference in New Issue
Block a user