Committer: sbelyaev
LJSUP-12594: Can't locate object method "substitute_conten" via package "LJ::Entry::Repost" atljviews.pl line 2755, <GEN32> line 84U trunk/cgi-bin/ljviews.pl
Modified: trunk/cgi-bin/ljviews.pl =================================================================== --- trunk/cgi-bin/ljviews.pl 2012-06-19 08:10:44 UTC (rev 22274) +++ trunk/cgi-bin/ljviews.pl 2012-06-19 08:22:19 UTC (rev 22275) @@ -2752,7 +2752,7 @@ 'removed' => \$removed, 'reply_count' => \$replycount }; - if (LJ::Entry::Repost->substitute_conten( $entry_obj, $content )) { + if (LJ::Entry::Repost->substitute_content( $entry_obj, $content )) { next ENTRY if $removed; $username = $entry_obj->poster->user; $logprops{$itemid} = $entry_obj->props;