Commit e91ad538 authored by tbrehm's avatar tbrehm
Browse files

Fixed send copy bug in mail module.

parent 794082b4
......@@ -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');
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment