Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 3, 2016
2 parents c739953 + 9b6e00b commit 0aa865e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions application/helpers/remotecontrol/remotecontrol_handle.php
Expand Up @@ -139,13 +139,6 @@ public function add_survey($sSessionKey, $iSurveyID, $sSurveyTitle, $sSurveyLang

$sTitle = html_entity_decode($sSurveyTitle, ENT_QUOTES, "UTF-8");

// Load default email templates for the chosen language
$oLanguage = new Limesurvey_lang($sSurveyLanguage);
$aDefaultTexts = templateDefaultTexts($oLanguage, 'unescaped');
unset($oLanguage);

$bIsHTMLEmail = false;

$aInsertData = array(
'surveyls_survey_id' => $iNewSurveyid,
'surveyls_title' => $sTitle,
Expand Down

0 comments on commit 0aa865e

Please sign in to comment.