From faeb0e139a72ba2f369e2b4ee25291a30b42129f Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Wed, 28 Mar 2018 15:22:55 +0200 Subject: [PATCH] fixed variable name --- app/controllers/exercises_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/exercises_controller.rb b/app/controllers/exercises_controller.rb index 9d44b02e..467e71cc 100644 --- a/app/controllers/exercises_controller.rb +++ b/app/controllers/exercises_controller.rb @@ -188,7 +188,7 @@ class ExercisesController < ApplicationController @experiment_group = UserGroupSeparator.getInterventionGroup(current_user) - showInterventions = (is_experimental_course and not user_solved_exercise and not user_got_enough_interventions) ? "true" : "false" + showInterventions = (@is_experimental_course and not user_solved_exercise and not user_got_enough_interventions) ? "true" : "false" case @experiment_group when :rfc_intervention_stale_rfc