From dabd7d00372ef24a67f474f720eabe072c5e2751 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 14 Jun 2013 12:37:09 +0200 Subject: [PATCH] Fixed issue #7826: Pass-through variables do not work when automatic end URL loading set to off --- application/helpers/SurveyRuntimeHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/helpers/SurveyRuntimeHelper.php b/application/helpers/SurveyRuntimeHelper.php index 9be193ba18b..6beaf17f2b6 100644 --- a/application/helpers/SurveyRuntimeHelper.php +++ b/application/helpers/SurveyRuntimeHelper.php @@ -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))