mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01: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)
|
||||
{
|
||||
$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