summaryrefslogtreecommitdiff
path: root/includes/EnotifNotifyJob.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
commit72e90545454c0e014318fa3c81658e035aac58c1 (patch)
tree9212e3f46868989c4d57ae9a5c8a1a80e4dc0702 /includes/EnotifNotifyJob.php
parent565a0ccc371ec1a2a0e9b39487cbac18e6f60e25 (diff)
applying patch to version 1.15.0
Diffstat (limited to 'includes/EnotifNotifyJob.php')
-rw-r--r--includes/EnotifNotifyJob.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/EnotifNotifyJob.php b/includes/EnotifNotifyJob.php
index 31fcb0d5..f7178d0f 100644
--- a/includes/EnotifNotifyJob.php
+++ b/includes/EnotifNotifyJob.php
@@ -26,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;
}