Skip to content

Commit

Permalink
fixed issue#07888: LSRC2 invite_participants and remind_participants …
Browse files Browse the repository at this point in the history
…do not convert links to a href
  • Loading branch information
trougakoss committed Jun 17, 2013
1 parent 946d4de commit 042d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/token_helper.php
Expand Up @@ -141,7 +141,7 @@ function emailTokens($iSurveyID,$aResultTokens,$sType)
$fieldsarray["{OPTINURL}"] = Yii::app()->getController()->createAbsoluteUrl("/optin/tokens/langcode/" . trim($aTokenRow['language']) . "/surveyid/{$iSurveyID}/token/{$aTokenRow['token']}");
$fieldsarray["{SURVEYURL}"] = Yii::app()->getController()->createAbsoluteUrl("/survey/index/sid/{$iSurveyID}/token/{$aTokenRow['token']}/lang/" . trim($aTokenRow['language']) . "/");

if($bEmail == true)
if($bHtml == true)
{
foreach(array('OPTOUT', 'OPTIN', 'SURVEY') as $key)
{
Expand Down

0 comments on commit 042d6dc

Please sign in to comment.