* improved script loader language support
[lhc/web/wiklou.git] / includes / EnotifNotifyJob.php
index 31fcb0d..f7178d0 100644 (file)
@@ -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;
        }