From a003254c7d7e7a11c98a5f8b740b38be969b5291 Mon Sep 17 00:00:00 2001 From: m Date: Wed, 4 Apr 2018 20:03:55 +0200 Subject: [PATCH] =?UTF-8?q?Les=20mails=20aux=20sond=C3=A9s=20contenant=20l?= =?UTF-8?q?e=20lien=20d'=C3=A9dition=20du=20vote=20ne=20partent=20pas=20ht?= =?UTF-8?q?tps://framagit.org/framasoft/framadate/issues/221?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action/send_edit_link_by_email_action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/send_edit_link_by_email_action.php b/action/send_edit_link_by_email_action.php index f5f2d54..a2ac204 100644 --- a/action/send_edit_link_by_email_action.php +++ b/action/send_edit_link_by_email_action.php @@ -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());