Skip to content

Commit

Permalink
Fixed issue #16638: EXPIRY keyword does not work in survey description (
Browse files Browse the repository at this point in the history
#1853)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Apr 26, 2021
1 parent 248c4c0 commit fd3d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -1891,7 +1891,7 @@ function display_first_page($thissurvey, $aSurveyInfo)
$thissurvey = $aSurveyInfo;
$thissurvey['aNavigator'] = getNavigatorDatas();
LimeExpressionManager::StartProcessingPage();
LimeExpressionManager::StartProcessingGroup(-1, false, $surveyid); // start on welcome page
LimeExpressionManager::StartProcessingGroup(-1, false, $surveyid, true); // start on welcome page

// WHY HERE ?????
$_SESSION['survey_' . $surveyid]['LEMpostKey'] = mt_rand();
Expand Down

0 comments on commit fd3d53d

Please sign in to comment.