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-19 13:04:23 UTC (rev 21752) +++ trunk/cgi-bin/LJ/Event/JournalNewComment.pm 2012-04-19 13:17:44 UTC (rev 21753) @@ -143,7 +143,7 @@ my ($self, $u) = @_; my $comment = $self->comment or return "(Invalid comment)"; - LJ::set_remote($u); + LJ::set_remote($comment->journal); my $filename = $self->template_file_for(section => 'body_text', lang => $u->prop('browselang')); if ($filename) {