Skip to content

Commit

Permalink
Dev: remove the end group logic
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 16, 2017
1 parent b1c4e4e commit 6d1b2fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/helpers/SurveyRuntimeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,6 @@ public function run($surveyid,$args)
}
}


//echo templatereplace(file_get_contents($sTemplateViewPath."endgroup.pstpl"), array(), $redata);
$thissurvey['aGroup'] = $aGroup;
$redata = compact(array_keys(get_defined_vars()));
echo templatereplace(file_get_contents($sTemplateViewPath."group.twig"), array(), $redata, false, false);
Expand Down

0 comments on commit 6d1b2fa

Please sign in to comment.