mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +00:00
fix error when sending notification to group of reviewers
This commit is contained in:
parent
c16fa90241
commit
6b888f4592
|
@ -1177,7 +1177,7 @@ class SeedDMS_NotificationService {
|
||||||
|
|
||||||
if($reviewer->isType('user'))
|
if($reviewer->isType('user'))
|
||||||
$this->toIndividual($user, $reviewer, $subject, $message, $params, SeedDMS_NotificationService::RECV_REVIEWER);
|
$this->toIndividual($user, $reviewer, $subject, $message, $params, SeedDMS_NotificationService::RECV_REVIEWER);
|
||||||
elseif($approver->isType('group'))
|
elseif($reviewer->isType('group'))
|
||||||
$this->toGroup($user, $reviewer, $subject, $message, $params, SeedDMS_NotificationService::RECV_REVIEWER);
|
$this->toGroup($user, $reviewer, $subject, $message, $params, SeedDMS_NotificationService::RECV_REVIEWER);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user