Skip to content

Commit

Permalink
Fixed issue #12785: Some placeholders in e-mail templates do not take…
Browse files Browse the repository at this point in the history
… 'publicurl' setting into account
  • Loading branch information
c-schmitz committed Oct 14, 2017
1 parent 1233cd6 commit 5be4e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -663,7 +663,6 @@ function sendSubmitNotifications($surveyid)
$srid = $_SESSION['survey_'.$surveyid]['srid'];
$aReplacementVars['ADMINNAME'] = $thissurvey['adminname'];
$aReplacementVars['ADMINEMAIL'] = $thissurvey['adminemail'];
debugbreak();
$aReplacementVars['VIEWRESPONSEURL']=Yii::app()->getController()->createAbsoluteUrl("/admin/responses/sa/view/surveyid/{$surveyid}/id/{$srid}");
$aReplacementVars['EDITRESPONSEURL']=Yii::app()->getController()->createAbsoluteUrl("/admin/dataentry/sa/editdata/subaction/edit/surveyid/{$surveyid}/id/{$srid}");
$aReplacementVars['STATISTICSURL']=Yii::app()->getController()->createAbsoluteUrl("/admin/statistics/sa/index/surveyid/{$surveyid}");
Expand Down

0 comments on commit 5be4e58

Please sign in to comment.