Skip to content

Commit

Permalink
Dev: some fix after http://git.io/v_p_MQ (#07025 and #07020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 13, 2012
1 parent 059d3a6 commit a385110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function loadanswers()
}
elseif ($column == "saved_thisstep" )
{
if($thissurvey['alloweditaftercompletion'] != 'Y' || !Survey::model()->hasTokens($iSurveyId) )
if($thissurvey['alloweditaftercompletion'] != 'Y' || !Survey::model()->hasTokens($surveyid) )
{
$_SESSION['survey_'.$surveyid]['step']=$value;
$thisstep=$value-1;
Expand Down

0 comments on commit a385110

Please sign in to comment.