Wikia code/includes/EnotifNotifyJob.php

From mediawiki.org
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\EnotifNotifyJob.php	2011-07-18 22:31:28.055664100 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\EnotifNotifyJob.php	2011-08-17 15:28:46.418945300 +0100
@@ -27,7 +27,9 @@
 			$this->params['summary'],
 			$this->params['minorEdit'],
 			$this->params['oldid'],
-			$this->params['watchers']
+			$this->params['watchers'],
+			$this->params['action'],
+			$this->params['othersParam']
 		);
 		return true;
 	}