fixes #2610: Strip image metadata when creating thumbnails and samples
This commit is contained in:
@@ -58,6 +58,8 @@ class BulkUpdateRequest < ActiveRecord::Base
|
||||
msg += "#{line}\n"
|
||||
end
|
||||
|
||||
self.approver_id = User.admins.first.id if approver.nil?
|
||||
|
||||
dmail = Dmail.new(
|
||||
:from_id => approver.id,
|
||||
:to_id => approver.id,
|
||||
|
||||
Reference in New Issue
Block a user