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());