Committer: gprochaev
LJSUP-6763U trunk/cgi-bin/LJ/Event/CommunityJoinReject.pm
Modified: trunk/cgi-bin/LJ/Event/CommunityJoinReject.pm =================================================================== --- trunk/cgi-bin/LJ/Event/CommunityJoinReject.pm 2010-09-10 03:37:31 UTC (rev 17331) +++ trunk/cgi-bin/LJ/Event/CommunityJoinReject.pm 2010-09-10 04:26:37 UTC (rev 17332) @@ -147,7 +147,7 @@ my $lang = $mt->prop('browselang'); return LJ::Lang::get_text($lang, 'esn.comm_join_reject.maint.email_text', undef, { user => $mt->{'name'}, - username => $rej_u ? $rej_u->{'name'} : '', + username => $rej_u ? $rej_u->ljuser_display : '', community => $cu->{'user'}, maintainer => $remover->{'user'}, reason => $reason,