[ljcom] r9557: LJM-1447: fix username
Committer: vad
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-28 09:37:42 UTC (rev 9556)
+++ trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm 2010-09-28 10:16:02 UTC (rev 9557)
@@ -181,7 +181,7 @@
text => $text,
datepost_unix => $comment->{datepost_unix},
poster => { journal_type => $comment->{upost}->{journaltype},
- username => $comment->{upost}->username
+ username => $comment->{userpost}
},
posterid => $comment->{posterid},
state => $comment->{state},
