Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jan Renz
2015-06-17 15:30:04 +02:00

View File

@ -134,7 +134,7 @@ class SubmissionsController < ApplicationController
end
def store_error(stderr)
::Error.create(execution_environment_id: @submission.execution_environment.id, message: stderr)
::Error.create(submission_id: @submission.id, execution_environment_id: @submission.execution_environment.id, message: stderr)
end
private :store_error