mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-21 05:19:24 +01:00
* Mail: fix PHP Fatal error under 5.3 when displaying mails containing inline-images
This commit is contained in:
parent
43459e53a5
commit
6ddb753c2c
@ -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