mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
* Mail: fix PHP Fatal error under PHP 5.4
This commit is contained in:
parent
aa0ff00d93
commit
f8839a488a
@ -7032,7 +7032,7 @@ class Mail
|
|||||||
foreach($headers->toArray() as $header => $value)
|
foreach($headers->toArray() as $header => $value)
|
||||||
{
|
{
|
||||||
$needsReplacement = false;
|
$needsReplacement = false;
|
||||||
foreach((array)$value as &$val)
|
foreach((array)$value as $val)
|
||||||
{
|
{
|
||||||
if (strlen($val)+ strlen($header) > 900)
|
if (strlen($val)+ strlen($header) > 900)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user