Committer: vsukhanov
LJSUP-6874: do not send pingback from posts to syndicated journals.U trunk/cgi-bin/LJ/Hooks/PingBack.pm
Modified: trunk/cgi-bin/LJ/Hooks/PingBack.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/PingBack.pm 2010-09-20 06:12:33 UTC (rev 17408) +++ trunk/cgi-bin/LJ/Hooks/PingBack.pm 2010-09-20 06:54:14 UTC (rev 17409) @@ -107,6 +107,9 @@ # check security return if $security ne 'public'; + # do not send pingback from posts to Syndicated journals + return if $journal->is_syndicated; + =head # define pingback prop value my $prop_pingback = $args->{props}->{pingback};