2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixes bug: LimeSurvey reports session mismatch with token

This commit is contained in:
Adam Zammit
2020-05-14 12:06:53 +10:00
parent 1e30560108
commit 2192d32f2c

View File

@@ -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