Skip to content

Commit

Permalink
Dev: Make sure is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 30, 2016
1 parent 0321ef0 commit f796380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/frontend_helper.php
Expand Up @@ -1507,6 +1507,7 @@ function testIfTokenIsValid(array $subscenarios, array $thissurvey, array $aEnte
*/
function getRenderWay($renderToken, $renderCaptcha)
{
$renderWay = "";
if($renderToken!==$renderCaptcha)
{
if($renderToken==="register")
Expand Down

0 comments on commit f796380

Please sign in to comment.