Skip to content

Commit

Permalink
Fixed issue #7266: Unable to preview an inactive survey group with mu…
Browse files Browse the repository at this point in the history
…ltiple numeric slider
  • Loading branch information
c-schmitz committed Feb 12, 2013
1 parent 7bf25ba commit 2376288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -90,7 +90,7 @@ function run($surveyid,$args) {

if ($previewgrp || $previewquestion)
{
$_SESSION[$LEMsessid]['prevstep'] = 1;
$_SESSION[$LEMsessid]['prevstep'] = 2;
$_SESSION[$LEMsessid]['maxstep'] = 0;
}
else
Expand Down

0 comments on commit 2376288

Please sign in to comment.