Committer: akanashin
LJSUP-11857: Cyr sub domainsU trunk/cgi-bin/LJ/Console/Command/DomainRU.pm
Modified: trunk/cgi-bin/LJ/Console/Command/DomainRU.pm =================================================================== --- trunk/cgi-bin/LJ/Console/Command/DomainRU.pm 2012-04-27 13:37:09 UTC (rev 11851) +++ trunk/cgi-bin/LJ/Console/Command/DomainRU.pm 2012-04-27 14:04:11 UTC (rev 11852) @@ -70,7 +70,7 @@ } elsif ($action eq 'remove') { $reason ||= 'removed by support'; LJ::Pay::Payment::PayItem::DomainRU->delete_domains($account, $domain, $reason); - LJ::Pay::Wallet->try_add($LJ::Pay::Payment::PayItem::DomainRU::shop_price); + LJ::Pay::Wallet->try_add(LJ::load_user($account), $LJ::Pay::Payment::PayItem::DomainRU::shop_price); return $self->print("Domain removed"); } elsif ($action eq 'show') { my $domains = LJ::Pay::Payment::PayItem::DomainRU->get_domains($u);