Committer: anazarov
LJSUP-14683: New Update.bml optimizationU trunk/cgi-bin/LJ/DelayedEntry.pm
Modified: trunk/cgi-bin/LJ/DelayedEntry.pm =================================================================== --- trunk/cgi-bin/LJ/DelayedEntry.pm 2012-12-21 14:24:26 UTC (rev 23498) +++ trunk/cgi-bin/LJ/DelayedEntry.pm 2012-12-21 14:50:28 UTC (rev 23499) @@ -1110,6 +1110,7 @@ return 1 if $uowner->is_community() && !$need_moderated; # pre-approved users + return 1 if LJ::check_rel($uowner, $poster, 'M'); return 1 if LJ::check_rel($uowner, $poster, 'N'); return 0; }