Fix comment

This commit is contained in:
Sebastian Serth
2020-05-12 17:54:37 +02:00
parent fece760132
commit 5547ff5ac5

View File

@ -16,8 +16,8 @@ module Lti
private :build_tool_provider
# @submission.exercise_id.nil? ==> the user has logged out. All session data is to be destroyed
# @submission.exercise_id.exists? ==> the user has submitted the results of an exercise to the consumer.
# exercise_id.nil? ==> the user has logged out. All session data is to be destroyed
# exercise_id.exists? ==> the user has submitted the results of an exercise to the consumer.
# Only the lti_parameters are deleted.
def clear_lti_session_data(exercise_id = nil, user_id = nil, consumer_id = nil)
if (exercise_id.nil?)