Committer: gprochaev
LJSUP-8486. Usernames of identity accounts does not cutU trunk/cgi-bin/LJ/Event/NewVGift.pm
Modified: trunk/cgi-bin/LJ/Event/NewVGift.pm =================================================================== --- trunk/cgi-bin/LJ/Event/NewVGift.pm 2011-04-06 03:34:10 UTC (rev 10347) +++ trunk/cgi-bin/LJ/Event/NewVGift.pm 2011-04-06 04:03:01 UTC (rev 10348) @@ -17,7 +17,7 @@ # [[journal]] has received a new virtual gift. return LJ::Lang::get_text($lang, 'notification.sms.newvgift', undef, { - journal => $self->event_journal->display_username, + journal => $self->event_journal->display_username(1), }); }