Skip to content
Snippets Groups Projects
Commit 37df499a authored by Thomas Citharel's avatar Thomas Citharel
Browse files

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
parents 0151361c a003254c
No related branches found
Tags 1.1.8-beta.1
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment