Skip to content

Commit

Permalink
Fixed issue #7826: Pass-through variables do not work when automatic …
Browse files Browse the repository at this point in the history
…end URL loading set to off
  • Loading branch information
c-schmitz committed Jul 22, 2013
1 parent cd364cc commit f7400bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -679,7 +679,7 @@ function run($surveyid,$args) {
}

$redata['completed'] = implode("\n", $blocks) ."\n". $redata['completed'];

$redata['thissurvey']['surveyls_url'] = $thissurvey['surveyls_url'];

echo templatereplace(file_get_contents($sTemplatePath."completed.pstpl"), array('completed' => $completed), $redata);
echo "\n";
Expand Down

0 comments on commit f7400bf

Please sign in to comment.