mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
removed not working cast of Horde_Mail_Rfc822_List to array
This commit is contained in:
parent
0397a901b9
commit
9cd7906852
@ -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