Committer: akanashin
LJSUP-12210: Fix support tools according to specificationU 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-05-16 06:56:50 UTC (rev 11964) +++ trunk/cgi-bin/LJ/Console/Command/DomainRU.pm 2012-05-16 07:18:52 UTC (rev 11965) @@ -64,7 +64,7 @@ $cart->set_method( LJ::Pay::Method::Wallet->code ); $it->_deliver_item(undef, undef, $account) if ($cart); $reason ||= 'added by support'; - LJ::statushistory_add($u->userid, $remote->userid, 'domain_alias', "Domain added $domain. Reason: ".$reason); + LJ::statushistory_add($u->userid, $remote->userid, 'domain_alias', "Domain added http://$domain. Reason: ".$reason); return $self->print("Domain added"); } elsif ($action eq 'remove') { $reason ||= 'removed by support';