Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set the server on update processor
  • Loading branch information
cykod committed Aug 16, 2011
1 parent 1d72837 commit 7eda7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/domain_file.rb
Expand Up @@ -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
Expand Down

0 comments on commit 7eda7d1

Please sign in to comment.