Skip to content
Snippets Groups Projects
Commit 97b2e3e3 authored by Ulysse Valdenaire's avatar Ulysse Valdenaire
Browse files

comment cleanEmailSaved that was called before creation of event, it was...

comment cleanEmailSaved that was called before creation of event, it was called twice one before event creation, one after
parent 24f612e2
No related branches found
No related tags found
2 merge requests!26comment cleanEmailSaved that was called before creation of event, it was...,!25comment cleanEmailSaved that was called before creation of event, it was...
......@@ -121,7 +121,7 @@ class ActionsExtendedEmail
// Clear the email saved in the base
if (in_array('mail', $contexts) && !empty($parameters['sent']))
$this->cleanEmailSaved($object->trackid);
//$this->cleanEmailSaved($object->trackid);
return 0;
}
......
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