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

https://framagit.org/framasoft/framadate/issues/221
This commit is contained in:
m 2018-04-04 20:03:55 +02:00
parent 5b4b8a8606
commit a003254c7d
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());