Committer: vsukhanov
LJM-1659: identity namesU 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-12-20 10:31:51 UTC (rev 9869) +++ trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm 2010-12-20 10:51:56 UTC (rev 9870) @@ -199,7 +199,7 @@ datepost_unix => $comment->{datepost_unix}, poster => { journal_type => $journaltype, username => $comment->{userpost}, - ($pu->is_identity ? { identity => \%ident_info } : ()), + ($pu->is_identity ? (identity => \%ident_info) : ()), }, posterid => $comment->{posterid}, state => $comment->{state},