[ljcom] r9553: LJM-1447: fix username
Committer: vsukhanov
LJM-1447: fix usernameU trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm
Modified: trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm
===================================================================
--- trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm 2010-09-27 08:09:04 UTC (rev 9552)
+++ trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm 2010-09-28 07:11:49 UTC (rev 9553)
@@ -181,7 +181,7 @@
text => $text,
datepost_unix => $comment->{datepost_unix},
poster => { journal_type => $comment->{upost}->{journaltype},
- username => $comment->{upost}->{name}
+ username => $comment->{upost}->username
},
posterid => $comment->{posterid},
state => $comment->{state},
