Committer: afedorov
LJSUP-13431: Antispam for edited entries in the communitiesU trunk/htdocs/community/moderate.bml
Modified: trunk/htdocs/community/moderate.bml =================================================================== --- trunk/htdocs/community/moderate.bml 2012-09-26 12:16:46 UTC (rev 22978) +++ trunk/htdocs/community/moderate.bml 2012-09-26 12:38:25 UTC (rev 22979) @@ -266,6 +266,9 @@ $c->do("DELETE FROM modblob WHERE journalid=? AND modid=?", undef, $c->{'userid'}, $modid); + my $entry = LJ::Entry->new($c->{'userid'}, jitemid => $req->{itemid}); + $entry->set_prop("mod_queue_id", undef) if $entry; + # FALL THROUGH to showing the list of entries in this community } else { $ret .= "<p>";