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