X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEnotifNotifyJob.php;h=f7178d0f3877d365ede1b5d64b19ec9e353320a1;hb=b2772915be05d8805c82b406572fa46230fd9b40;hp=10a165f532e548b46e4bf41f9e4f6949aa43451c;hpb=2cf12c973d967b7b46d711bf07ad502e81bdcb9b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EnotifNotifyJob.php b/includes/EnotifNotifyJob.php index 10a165f532..f7178d0f38 100644 --- a/includes/EnotifNotifyJob.php +++ b/includes/EnotifNotifyJob.php @@ -2,6 +2,8 @@ /** * Job for email notification mails + * + * @ingroup JobQueue */ class EnotifNotifyJob extends Job { @@ -24,7 +26,8 @@ class EnotifNotifyJob extends Job { $this->params['timestamp'], $this->params['summary'], $this->params['minorEdit'], - $this->params['oldid'] + $this->params['oldid'], + $this->params['watchers'] ); return true; }