mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
* Mail: fix PHP Fatal error under PHP 5.4
This commit is contained in:
parent
130192e871
commit
d4111de058
@ -7029,7 +7029,7 @@ class Mail
|
||||
foreach($headers->toArray() as $header => $value)
|
||||
{
|
||||
$needsReplacement = false;
|
||||
foreach((array)$value as &$val)
|
||||
foreach((array)$value as $val)
|
||||
{
|
||||
if (strlen($val)+ strlen($header) > 900)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user