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 b38d7f6 commit a21598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -1561,7 +1561,7 @@ function renderRenderWayForm($renderWay, array $redata, array $scenarios, $sTemp

echo templatereplace(file_get_contents($sTemplateViewPath."endpage.pstpl"),array(),$redata,'frontend_helper[1645]');
doFooter();
exit;
Yii::app()->end();
break;
case "register": //Register new user
// Add the event and test if done
Expand Down

0 comments on commit a21598e

Please sign in to comment.