From 2192d32f2ca42b3dc4b31b29363477d534243625 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Thu, 14 May 2020 12:06:53 +1000 Subject: [PATCH] Fixes bug: LimeSurvey reports session mismatch with token --- functions/functions.operator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.operator.php b/functions/functions.operator.php index 021402fc..b262c5b0 100644 --- a/functions/functions.operator.php +++ b/functions/functions.operator.php @@ -1318,7 +1318,7 @@ function get_limesurvey_url($operator_id) $token = $db->GetOne($sql); $sid = get_limesurvey_id($operator_id); - $url = get_lime_url($case_id) . "/$sid/token/$token/lang/" . DEFAULT_LOCALE; + $url = get_lime_url($case_id) . "/$sid/token/$token/lang/" . DEFAULT_LOCALE . "/newtest/Y"; $questionnaire_id = get_questionnaire_id($operator_id); //get prefills