mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
toList() returns error
This commit is contained in:
parent
32ca8ccae3
commit
4ad9638e33
|
@ -216,10 +216,11 @@ class SeedDMS_EmailNotify extends SeedDMS_Notify {
|
|||
return false;
|
||||
}
|
||||
|
||||
$ret = true;
|
||||
foreach ($recipients as $recipient) {
|
||||
$this->toIndividual($sender, $recipient, $subject, $message, $params);
|
||||
$ret &= $this->toIndividual($sender, $recipient, $subject, $message, $params);
|
||||
}
|
||||
|
||||
return true;
|
||||
return $ret;
|
||||
} /* }}} */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user