Андрей (andy) wrote in changelog,
Андрей
andy
changelog

[livejournal] r18356: LJINT-406

Committer: ailyin
LJINT-406
U   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);

Tags: andy, livejournal, pm
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments