Index: branches/5.3.x/core/units/mailing_lists/mailing_list_eh.php =================================================================== diff -u -N -r16597 -r16600 --- branches/5.3.x/core/units/mailing_lists/mailing_list_eh.php (.../mailing_list_eh.php) (revision 16597) +++ branches/5.3.x/core/units/mailing_lists/mailing_list_eh.php (.../mailing_list_eh.php) (revision 16600) @@ -1,6 +1,6 @@ Application->recallObject('MailingListHelper'); @@ -358,12 +358,12 @@ * @param kEvent $event Event. * * @return void - * @deprecated 5.3.0-B1 + * @deprecated 5.2.2-B2 * @see EmailQueueEventHandler::OnProcess() */ function OnProcessEmailQueue($event) { - kUtil::deprecatedMethod(__METHOD__, '5.3.0-B1', 'EmailQueueEventHandler::OnProcess'); + kUtil::deprecatedMethod(__METHOD__, '5.2.2-B2', 'EmailQueueEventHandler::OnProcess'); $event->CallSubEvent('email-queue:OnProcess'); }