vadvs wrote in changelog

[livejournal] r18682: LJSUP-8305: We shouldn't display my comm...

Committer: vsukhanov
LJSUP-8305: We shouldn't display my comment under the post in my friends times.
U   trunk/cgi-bin/LJ/Comment.pm
Modified: trunk/cgi-bin/LJ/Comment.pm
===================================================================
--- trunk/cgi-bin/LJ/Comment.pm	2011-03-23 06:59:53 UTC (rev 18681)
+++ trunk/cgi-bin/LJ/Comment.pm	2011-03-23 07:23:18 UTC (rev 18682)
@@ -788,8 +788,8 @@
 # comment body, cleaned
 sub body_html {
     my $self = shift;
+    my $opts = shift;
 
-    my $opts;
     $opts->{preformatted} = $self->prop("opt_preformatted");
     $opts->{anon_comment} = $self->poster ? 0 : 1;