diff --git a/notifications/trunk/batch/process_event_stack.php b/notifications/trunk/batch/process_event_stack.php
index fe37c413fbaaf1175707c808e4eb2dcf0ea1660e..88179963fc8954f2ee1499e264912ebd7ded1324 100755
--- a/notifications/trunk/batch/process_event_stack.php
+++ b/notifications/trunk/batch/process_event_stack.php
@@ -107,6 +107,7 @@ while ($state <> 'END') {
 			$params = array(
 				'recipient' => $tmpNotif['recipient'],
 				'events' => $tmpNotif['events'],
+				'notification' => $notification,
 				'maarchUrl' => $maarchUrl,
 				'maarchApps' => $maarchApps,
 				'coll_id' => $coll_id,
diff --git a/notifications/trunk/batch/process_event_stack_USERS.bat b/notifications/trunk/batch/process_event_stack_USERS.bat
index 782249c6715fdb492fa3facb504e55ebb3234592..bf7af562d28c9fa75af1859baa0c504b681bf4b1 100644
--- a/notifications/trunk/batch/process_event_stack_USERS.bat
+++ b/notifications/trunk/batch/process_event_stack_USERS.bat
@@ -1,2 +1 @@
-"C:\xampp\php\php.exe" "C:\xampp\htdocs\maarch_trunk\modules\notifications\batch\process_event_stack.php" -c "C:\xampp\htdocs\maarch_trunk\modules\notifications\batch\config\config.xml" -n USERS
-pause
\ No newline at end of file
+"C:\xampp\php\php.exe" "C:\xampp\htdocs\maarch_trunk\modules\notifications\batch\process_event_stack.php" -c "C:\xampp\htdocs\maarch_trunk\modules\notifications\batch\config\config.xml" -n USERS
\ No newline at end of file