Merge branch 'bug/send_edit_link_by_email_action' into 'develop'

correction : Les mails aux sondés contenant le lien d'édition du vote ne partent pas

See merge request framasoft/framadate!276
This commit is contained in:
Thomas Citharel 2018-04-06 09:13:39 +02:00
commit 37df499a37
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ if (is_null($message)) {
$subject = '[' . NOMAPPLICATION . '][' . __('EditLink', 'REMINDER') . '] ' . __f('EditLink', 'Edit link for poll "%s"', $poll->title);
//$mailService->send($email, $subject, $body);
$mailService->send($email, $subject, $body);
$sessionService->remove("Common", SESSION_EDIT_LINK_TOKEN);
$sessionService->set("Common", SESSION_EDIT_LINK_TIME, time());