Committer: akanashin
LJSUP-12734: Incorrect price of promo notification, if promo interval is overU trunk/bin/maint/selfpromo.pl
Modified: trunk/bin/maint/selfpromo.pl =================================================================== --- trunk/bin/maint/selfpromo.pl 2012-06-28 07:41:44 UTC (rev 12192) +++ trunk/bin/maint/selfpromo.pl 2012-06-28 08:08:40 UTC (rev 12193) @@ -21,7 +21,7 @@ }; $maint{'notificationpromo_check'} = sub { - for my $region qw(ua cyr sg my) { + for my $region qw(ua cyr sg my th) { my $slot = LJ::Pay::PromotionSlot->find_slot(class => PROMO_NOTIFICATIONS(), type => 'entry', region => $region); $slot->check_current_promotion() if $slot; }