Skip to content

Commit

Permalink
[fix] Welcome can be shown with token
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Feb 13, 2017
1 parent 2ec6a99 commit d1eecb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -263,7 +263,7 @@ function run($surveyid,$args) {
elseif (isset($thissurvey['showwelcome']) && $thissurvey['showwelcome'] == 'N')
{
$moveResult = LimeExpressionManager::NavigateForwards();
$_SESSION[$LEMsessid]['step']=$moveResult['seq'];
$_SESSION[$LEMsessid]['step']=max(1,$moveResult['seq']);
}
}
elseif($surveyid != LimeExpressionManager::getLEMsurveyId())
Expand Down

0 comments on commit d1eecb2

Please sign in to comment.