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 2, 2017
1 parent 171bb4d commit 6a13915
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']=1;
$_SESSION[$LEMsessid]['step']=$moveResult['seq'];
}
}
elseif($surveyid != LimeExpressionManager::getLEMsurveyId())
Expand Down

0 comments on commit 6a13915

Please sign in to comment.