diff --git a/notifications/trunk/batch/process_event_stack.php b/notifications/trunk/batch/process_event_stack.php index 4877f88246b6b6629a189e7de26cd7c6bce237fd..8efc9c63a15b4d10c8793fe32f61f7a6eaa9e3af 100755 --- a/notifications/trunk/batch/process_event_stack.php +++ b/notifications/trunk/batch/process_event_stack.php @@ -81,7 +81,7 @@ while ($state <> 'END') { $nbRecipients = count($recipients); $logger->write($nbRecipients .' recipients found, checking active and absences', 'INFO'); - for($i=0; $i<$nbRecipients; $i+) { + for($i=0; $i<$nbRecipients; $i++) { $recipient = $recipients[$i]; $user_id = $recipient->user_id;