Committer: gprochaev
LJSV-1595. Verticals posting protected entries in publicU trunk/cgi-bin/LJ/Widget/Browse.pm
Modified: trunk/cgi-bin/LJ/Widget/Browse.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Browse.pm 2011-05-20 08:57:18 UTC (rev 19090) +++ trunk/cgi-bin/LJ/Widget/Browse.pm 2011-05-23 02:35:00 UTC (rev 19091) @@ -263,6 +263,8 @@ next unless 1;## This entry is inappropriate language in the subject or body + next unless $entry->visible_to ($remote); + $post_count++; next if $post_count <= $post_skip || $post_count > $post_last;