Skip to content

Commit

Permalink
Dev: replaced layout-submit by layout_submit
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 19, 2017
1 parent c730394 commit 5cc85dc
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 @@ -1285,7 +1285,7 @@ private function moveSubmitIfNeeded()
killSurveySession($surveyid);
}

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.twig"), array('aSurveyInfo'=>$thissurvey), false);
exit;
}
}
Expand Down
File renamed without changes.

0 comments on commit 5cc85dc

Please sign in to comment.