diff --git a/app/models/domain_file.rb b/app/models/domain_file.rb index 80b719e5..7ab6e8c5 100644 --- a/app/models/domain_file.rb +++ b/app/models/domain_file.rb @@ -1085,7 +1085,7 @@ def update_processor(options = {}) #:nodoc: end end - self.update_attributes(:processor => 'local',:processor_status => 'ok') + self.update_attributes(:processor => 'local',:processor_status => 'ok', :server_id => Server.server_id) end # LocalProcess is the default File processor - it stores