Skip to content

Commit

Permalink
Fixed Issue #05661: Survey without welcome page cannot show first que…
Browse files Browse the repository at this point in the history
…stion group/page correctly

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@12033 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
TMSWhite committed Jan 13, 2012
1 parent 322eb89 commit 2117a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion group.php
Expand Up @@ -76,7 +76,8 @@
}
else if (isset($thissurvey['showwelcome']) && $thissurvey['showwelcome'] == 'N') {
//If explicitply set, hide the welcome screen
$_SESSION['step'] = 1;
$_SESSION['step'] = 0;
$move = "movenext";
}
}

Expand Down

0 comments on commit 2117a0a

Please sign in to comment.