diff --git a/application/controllers/RegisterController.php b/application/controllers/RegisterController.php index 764b7983b09..897fbc67a9d 100644 --- a/application/controllers/RegisterController.php +++ b/application/controllers/RegisterController.php @@ -432,7 +432,7 @@ private function display($iSurveyId, $iTokenId, $registerContent) $this->aReplacementData['sMessage'] = $this->sMessage; $oTemplate = Template::model()->getInstance('', $iSurveyId); - $aSurveyInfo = getsurveyinfo($iSurveyId); + $aSurveyInfo = getsurveyinfo($iSurveyId, $sLanguage); if ($iTokenId !== null) { $aData['aSurveyInfo'] = self::getRegisterSuccess($iSurveyId, $iTokenId);