Fix bug where importing mass updates would not work

This commit is contained in:
Toks
2014-06-17 02:34:54 -04:00
parent 27acbcace7
commit 15d4c90688

View File

@@ -65,7 +65,7 @@ private
tag_implication.destroy
when :mass_update
Delayed::Job.enqueue(TagBatchChange.new(token[1], token[2], CurrentUser.user, CurrentUser.ip_addr))
Delayed::Job.enqueue(Moderator::TagBatchChange.new(token[1], token[2], CurrentUser.user, CurrentUser.ip_addr))
else
raise "Unknown token: #{token[0]}"