Skip to content

Commit

Permalink
Dev: Replace exit with Yii end
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 30, 2016
1 parent 2ecd6ce commit 4f404ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -1079,7 +1079,7 @@ function buildsurveysession($surveyid,$preview=false)

echo templatereplace(file_get_contents($sTemplateViewPath."endpage.pstpl"),array(),$redata,'frontend_helper[1925]');
doFooter();
exit;
Yii::app()->end();
}

//Perform a case insensitive natural sort on group name then question title of a multidimensional array
Expand Down

0 comments on commit 4f404ec

Please sign in to comment.