Skip to content

Commit

Permalink
Dev: added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 16, 2017
1 parent 7465fbd commit b7b2f3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/helpers/frontend_helper.php
Expand Up @@ -1020,6 +1020,10 @@ function buildsurveysession($surveyid,$preview=false)

$renderWay = getRenderWay($renderToken, $renderCaptcha);
$redata = compact(array_keys(get_defined_vars()));


// TODO MOVE renderRenderWayForm OUTSIDE OF THIS FUNCTION TO SURVEY RUNTIME HELPER

/* This funtion end if an form need to be shown */
renderRenderWayForm($renderWay, $redata, $scenarios, $sTemplateViewPath, $aEnterTokenData, $surveyid);

Expand Down

0 comments on commit b7b2f3c

Please sign in to comment.