Index: branches/RC/core/units/email_messages/email_messages_event_handler.php =================================================================== diff -u -N -r10533 -r11319 --- branches/RC/core/units/email_messages/email_messages_event_handler.php (.../email_messages_event_handler.php) (revision 10533) +++ branches/RC/core/units/email_messages/email_messages_event_handler.php (.../email_messages_event_handler.php) (revision 11319) @@ -241,10 +241,11 @@ * Generates email queue using progress bar * * @param kEvent $event + * @todo Move to MailingList */ function OnPrepareEmailQueue(&$event) { - $prepare_count = $this->Application->ConfigValue('Smtp_ProcessEmailsPerStep'); + $prepare_count = $this->Application->ConfigValue('MailingListQueuePerStep'); if ($prepare_count === false) { // 10 recipients per script run (if none defined in config) $prepare_count = 10;