mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix broken inline images caused by commit 7c65127e64
This commit is contained in:
parent
574cbee00d
commit
46f26f7ef9
@ -3499,7 +3499,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
'menuaction' => 'mail.mail_ui.displayImage',
|
||||
'uid' => $_uid,
|
||||
'mailbox' => base64_encode($_mailbox),
|
||||
'cid' => base64_encode($CID),
|
||||
'cid' => base64_encode($_cid),
|
||||
'partID' => $_partID,
|
||||
);
|
||||
return Egw::link('/index.php', $linkData);
|
||||
|
Loading…
Reference in New Issue
Block a user