Skip to content

Commit

Permalink
Merge pull request #1 from xus/bugfix_19144
Browse files Browse the repository at this point in the history
bugfix 19144
  • Loading branch information
xus authored Sep 22, 2016
2 parents 26d1f2f + 5e53b83 commit 35e8acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Survey/classes/class.ilSurveyParticipantsGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ public function sendCodesMailObject()
{
$lang = $this->lng->getDefaultLanguage();
}
$this->object->sendCodes($_POST['m_notsent'], $_POST['m_subject'], $_POST['m_message'],$lang);
$this->object->sendCodes($_POST['m_notsent'], $_POST['m_subject'], nl2br($_POST['m_message']),$lang);
ilUtil::sendSuccess($this->lng->txt('mail_sent'), true);
$this->ctrl->redirect($this, 'mailCodes');
}
Expand Down

0 comments on commit 35e8acf

Please sign in to comment.