From 5014e12811c51b8589aa872b14ee4dd0eb2c9de5 Mon Sep 17 00:00:00 2001 From: LouisGac Date: Wed, 19 Jul 2017 13:19:03 +0200 Subject: [PATCH] Dev: quick fix --- application/helpers/SurveyRuntimeHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/SurveyRuntimeHelper.php b/application/helpers/SurveyRuntimeHelper.php index 049998604de..b0b98f56371 100644 --- a/application/helpers/SurveyRuntimeHelper.php +++ b/application/helpers/SurveyRuntimeHelper.php @@ -763,7 +763,7 @@ private function setPrevStep() } else { - $_SESSION[$this->LEMsessid]['prevstep'] = $_SESSION[$LEMsessid]['step']-1; // Is this needed ? + // $_SESSION[$this->LEMsessid]['prevstep'] = $_SESSION[$LEMsessid]['step']-1; // Is this needed ? } if (!isset($_SESSION[$this->LEMsessid]['prevstep'])) {