diff options
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index f0c6d7275..708d42bd0 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -469,6 +469,11 @@ function notifier_run($argv, $argc){ $deliveries[] = $pq; } + // notifier_process can alter the recipient list + + $recipients = $narr['recipients']; + $env_recips = $narr['env_recips']; + $packet_recips = $narr['packet_recips']; if(($private) && (! $env_recips)) { // shouldn't happen |