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 Jun 14, 2013
1 parent ba2f2d4 commit dabd7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/SurveyRuntimeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ function run($surveyid,$args) {
echo $content;
}
$redata['completed'] = $completed;
$redata['thissurvey']['surveyls_url'] = $thissurvey['surveyls_url'];
echo templatereplace(file_get_contents($sTemplatePath."completed.pstpl"), array('completed' => $completed), $redata);
echo "\n";
if ((($LEMdebugLevel & LEM_DEBUG_TIMING) == LEM_DEBUG_TIMING))
Expand Down

0 comments on commit dabd7d0

Please sign in to comment.