mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
* Mail: fix PHP Fatal error under 5.3 when displaying mails containing inline-images
This commit is contained in:
parent
f55ce966cb
commit
ac8f68cd29
@ -2935,7 +2935,7 @@ class mail_ui
|
|||||||
{
|
{
|
||||||
if ($_type !="background")
|
if ($_type !="background")
|
||||||
{
|
{
|
||||||
$bo = emailadmin_imapbase::getInstance(false, self::$icServerID);
|
$bo = emailadmin_imapbase::getInstance(false, mail_ui::$icServerID);
|
||||||
$attachment = $bo->getAttachmentByCID($_uid, $CID, $_partID);
|
$attachment = $bo->getAttachmentByCID($_uid, $CID, $_partID);
|
||||||
|
|
||||||
// only use data uri for "smaller" images, as otherwise the first display of the mail takes to long
|
// only use data uri for "smaller" images, as otherwise the first display of the mail takes to long
|
||||||
|
Loading…
Reference in New Issue
Block a user