Fix bug where importing mass updates would not work
This commit is contained in:
@@ -65,7 +65,7 @@ private
|
|||||||
tag_implication.destroy
|
tag_implication.destroy
|
||||||
|
|
||||||
when :mass_update
|
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
|
else
|
||||||
raise "Unknown token: #{token[0]}"
|
raise "Unknown token: #{token[0]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user