Skip to content
Snippets Groups Projects
Commit e91ad538 authored by tbrehm's avatar tbrehm
Browse files

Fixed send copy bug in mail module.

parent 794082b4
No related branches found
No related tags found
2 merge requests!46Master,!21Master
......@@ -60,7 +60,7 @@ class maildrop_plugin {
Register for the events
*/
$app->plugins->registerEvent('mail_user_update','maildrop_plugin','insert');
$app->plugins->registerEvent('mail_user_insert','maildrop_plugin','update');
$app->plugins->registerEvent('mail_user_update','maildrop_plugin','update');
$app->plugins->registerEvent('mail_user_delete','maildrop_plugin','delete');
......
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