Fix disabling of APC cache when loading message files: apc.enabled has been PHP_INI_S...
[lhc/web/wiklou.git] / includes / EnotifNotifyJob.php
index 9a90f63..ee363ec 100644 (file)
@@ -28,7 +28,7 @@ class EnotifNotifyJob extends Job {
                        $this->params['minorEdit'],
                        $this->params['oldid'],
                        $this->params['watchers'],
-                       $this->params['deleted'],
+                       $this->params['deleted']
                );
                return true;
        }