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:
commit
37df499a37
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user