mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Improve force_sender handling
This commit is contained in:
parent
194ef11de7
commit
a0db70ef6a
2 changed files with 23 additions and 10 deletions
|
|
@ -648,7 +648,7 @@ class Mail
|
|||
{
|
||||
$result = array();
|
||||
|
||||
foreach($address as $email => $name)
|
||||
foreach($addresses as $email => $name)
|
||||
{
|
||||
if(strval($name) === '')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue