Fixed a E_DEPRECATED
[lhc/web/wiklou.git] / includes / EnotifNotifyJob.php
index 10a165f..f7178d0 100644 (file)
@@ -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;
        }