red_alf wrote in changelog

[livejournal] r23016: LJSUP-13431: Antispam for edited entries...

Committer: afedorov
LJSUP-13431: Antispam for edited entries in the communities

U   trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl
===================================================================
--- trunk/cgi-bin/ljprotocol.pl	2012-10-01 10:20:40 UTC (rev 23015)
+++ trunk/cgi-bin/ljprotocol.pl	2012-10-01 10:42:15 UTC (rev 23016)
@@ -3176,6 +3176,7 @@
         foreach ( keys %$suspicious_list_old ) {
             delete $suspicious_list->{$_};
         }
+        $need_moderated = scalar keys %$suspicious_list;
 
         if ($uowner->{'journaltype'} eq 'C' && !$flags->{'nomod'}) {