Committer: akanashin
LJRU-3328: on lj.ru displays comments from suspended usersU trunk/cgi-bin/LJ/PartnerSite.pm
Modified: trunk/cgi-bin/LJ/PartnerSite.pm =================================================================== --- trunk/cgi-bin/LJ/PartnerSite.pm 2012-11-16 13:42:02 UTC (rev 12912) +++ trunk/cgi-bin/LJ/PartnerSite.pm 2012-11-19 07:24:12 UTC (rev 12913) @@ -770,6 +770,11 @@ }; } + if ($poster && $poster->is_suspended) { + $text = LJ::Lang::ml('talk.suspendedpost'); + $subject = ''; + } + push @ret, { 'comment_id' => $dtalkid, 'parent_id' => $parentid,