Fixed parse error: syntax error, unexpected ')' in includes/EnotifNotifyJob.php on...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Aug 2009 13:52:44 +0000 (13:52 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Aug 2009 13:52:44 +0000 (13:52 +0000)
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;
        }