Committer: sbelyaev
LJSUP-11850: We should display post with closed lj-cut in all notificationsU trunk/cgi-bin/LJ/Event/JournalNewComment.pm
Modified: trunk/cgi-bin/LJ/Event/JournalNewComment.pm =================================================================== --- trunk/cgi-bin/LJ/Event/JournalNewComment.pm 2012-04-20 06:34:01 UTC (rev 21759) +++ trunk/cgi-bin/LJ/Event/JournalNewComment.pm 2012-04-20 08:16:54 UTC (rev 21760) @@ -143,7 +143,7 @@ my ($self, $u) = @_; my $comment = $self->comment or return "(Invalid comment)"; - LJ::set_remote($comment->journal); + LJ::set_remote($u); my $filename = $self->template_file_for(section => 'body_text', lang => $u->prop('browselang')); if ($filename) {