* improved script loader language support
[lhc/web/wiklou.git] / includes / EnotifNotifyJob.php
index ee363ec..f7178d0 100644 (file)
@@ -27,8 +27,7 @@ class EnotifNotifyJob extends Job {
                        $this->params['summary'],
                        $this->params['minorEdit'],
                        $this->params['oldid'],
-                       $this->params['watchers'],
-                       $this->params['deleted']
+                       $this->params['watchers']
                );
                return true;
        }