fixes #2610: Strip image metadata when creating thumbnails and samples

This commit is contained in:
r888888888
2016-06-15 11:38:35 -07:00
parent 505f3f7c03
commit 4fea400b79
3 changed files with 4 additions and 1 deletions

View File

@@ -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,