Skip to content

Commit

Permalink
Dev: submit need submit not last page
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jul 13, 2013
1 parent 3b59b81 commit adc34f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -156,7 +156,7 @@ protected function createIncrementalQuestionIndex($LEMsessid, $surveyMode)

if ($_SESSION[$LEMsessid]['maxstep'] == $_SESSION[$LEMsessid]['totalsteps'])
{
echo CHtml::htmlButton(gT('Submit'),array('type'=>'submit','value'=>$s,'name'=>'move','class'=>'submit button'));
echo CHtml::htmlButton(gT('Submit'),array('type'=>'submit','value'=>'movesubmit','name'=>'move','class'=>'submit button'));
}

echo '</div></div>';
Expand Down

0 comments on commit adc34f8

Please sign in to comment.