Merge "MWTimestamp::getHumanTimestamp uses 'just-now' message, which did not exist"
[lhc/web/wiklou.git] / includes / job / jobs / EnotifNotifyJob.php
index b4c925e..2be05b6 100644 (file)
@@ -49,7 +49,8 @@ class EnotifNotifyJob extends Job {
                        $this->params['summary'],
                        $this->params['minorEdit'],
                        $this->params['oldid'],
-                       $this->params['watchers']
+                       $this->params['watchers'],
+                       $this->params['pageStatus']
                );
                return true;
        }