Skip to content

Commit

Permalink
Dev: renamed layout-submit-preview to layou_submit_preview
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 19, 2017
1 parent 320c347 commit c730394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -1180,7 +1180,7 @@ private function moveSubmitIfNeeded()
$completed = templatereplace($thissurvey['surveyls_endtext'], array(), $redata, 'SubmitEndtextI', false, NULL, array(), true );
$this->completed = $completed;

echo Yii::app()->twigRenderer->renderTemplateFromString( file_get_contents($sTemplateViewPath."layout-submit.twig"), array('aSurveyInfo'=>$thissurvey), false);
echo Yii::app()->twigRenderer->renderTemplateFromString( file_get_contents($sTemplateViewPath."layout-submit-preview.twig"), array('aSurveyInfo'=>$thissurvey), false);
App()->end();
}else{

Expand Down

0 comments on commit c730394

Please sign in to comment.