mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
removed not working cast of Horde_Mail_Rfc822_List to array
This commit is contained in:
parent
e6f63cb8cf
commit
93b8d489c2
@ -178,7 +178,7 @@ class egw_mailer extends Horde_Mime_Mail
|
||||
if ($return_array)
|
||||
{
|
||||
$addresses = array();
|
||||
foreach((array)$this->$type as $addr)
|
||||
foreach($this->$type as $addr)
|
||||
{
|
||||
$addresses[] = (string)$addr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user