Skip to content

Commit

Permalink
Dev: quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 8, 2016
1 parent 9d5f857 commit 8efed2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/frontend_helper.php
Expand Up @@ -1628,7 +1628,7 @@ function renderRenderWayForm($renderWay, array $redata, array $scenarios, $sTemp

// render token form
if($scenarios['tokenRequired']){
doRender('/survey/frontpage/enterToken', $aEnterTokenData, false);
doFRender('/survey/frontpage/enterToken', $aEnterTokenData, false);
} else {
App()->getController()->renderPartial('/survey/frontpage/enterCaptcha', $aEnterTokenData);
}
Expand Down Expand Up @@ -2486,7 +2486,7 @@ function getSideBodyClass($sideMenustate = false)
* @param array $aData data to be extracted into PHP variables and made available to the view script
* @param boolean $bReturn whether the rendering result should be returned instead of being displayed to end users (should be always true)
*/
function doRender($sView, $aData, $bReturn=true)
function doFRender($sView, $aData, $bReturn=true)
{
global $thissurvey;
if(isset($thissurvey['template']))
Expand Down

0 comments on commit 8efed2a

Please sign in to comment.