vadvs wrote in changelog

[livejournal] r20274: Change access controll rule.

Committer: vad
Change access controll rule.
U   branches/r85.2/cgi-bin/LJ/User.pm
Modified: branches/r85.2/cgi-bin/LJ/User.pm
===================================================================
--- branches/r85.2/cgi-bin/LJ/User.pm	2011-10-11 06:46:01 UTC (rev 20273)
+++ branches/r85.2/cgi-bin/LJ/User.pm	2011-10-11 07:08:43 UTC (rev 20274)
@@ -3824,7 +3824,7 @@
         return 1 if $u->can_manage ($comm) or $comm->is_friend($u);
     }
 
-    return 1;
+    return 0;
 }
 
 sub can_upload_photo {