[livejournal] r19092: LJSV-1595. Only public entries should be...

Committer: gprochaev
LJSV-1595. Only public entries should be visible in LP

U   trunk/cgi-bin/LJ/Widget/Browse.pm
Modified: trunk/cgi-bin/LJ/Widget/Browse.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/Browse.pm	2011-05-23 02:35:00 UTC (rev 19091)
+++ trunk/cgi-bin/LJ/Widget/Browse.pm	2011-05-23 03:21:19 UTC (rev 19092)
@@ -263,7 +263,7 @@
 
             next unless 1;## This entry is inappropriate language in the subject or body
 
-            next unless $entry->visible_to ($remote);
+            next unless $entry->visible_to (undef);
 
             $post_count++;
             next if $post_count <= $post_skip || $post_count > $post_last;