mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set __recvtype__ in params
This commit is contained in:
parent
4e6bc10273
commit
391c82af24
|
@ -88,6 +88,8 @@ class SeedDMS_NotificationService {
|
|||
$to = '';
|
||||
}
|
||||
|
||||
$params['__recvtype__'] = $recvtype;
|
||||
|
||||
/* Call filter of notification service if set */
|
||||
if(!is_callable([$service, 'filter']) || $service->filter($sender, $recipient, $subject, $message, $params, $recvtype)) {
|
||||
if(!$service->toIndividual($sender, $recipient, $subject, $message, $params)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user