Committer: ailyin
LJINT-406U trunk/cgi-bin/LJ/Comment.pm
Modified: trunk/cgi-bin/LJ/Comment.pm =================================================================== --- trunk/cgi-bin/LJ/Comment.pm 2011-02-18 08:14:32 UTC (rev 18355) +++ trunk/cgi-bin/LJ/Comment.pm 2011-02-18 08:21:32 UTC (rev 18356) @@ -1486,10 +1486,10 @@ # comment data $t->param(parent_userpic => ($parent->userpic) ? $parent->userpic->imgtag : ''); $t->param(parent_profile_url => $parent->poster->profile_url); - $t->param(parent_username => $parent->poster->username); + $t->param(parent_username => $parent->poster->display_name); $t->param(poster_userpic => ($self->userpic) ? $self->userpic->imgtag : '' ); $t->param(poster_profile_url => $self->poster->profile_url); - $t->param(poster_username => $self->poster->username); + $t->param(poster_username => $self->poster->display_name); # manage comment $t->param(thread_url => $self->thread_url);