fix logic take2

This commit is contained in:
Sam 2014-07-30 14:24:20 +10:00
parent c5238026a9
commit 226a197335
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class PostCreator
BadgeGranter.queue_badge_grant(Badge::Trigger::PostRevision, post: @post)
end
if @post && @spam
if @post || @spam
handle_spam unless @opts[:import_mode]
end