Skip to content

Commit e91ad53

Browse files
committed
Fixed send copy bug in mail module.
1 parent 794082b commit e91ad53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/maildrop_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function onLoad() {
6060
Register for the events
6161
*/
6262

63-
$app->plugins->registerEvent('mail_user_update','maildrop_plugin','insert');
63+
$app->plugins->registerEvent('mail_user_insert','maildrop_plugin','update');
6464
$app->plugins->registerEvent('mail_user_update','maildrop_plugin','update');
6565
$app->plugins->registerEvent('mail_user_delete','maildrop_plugin','delete');
6666

0 commit comments

Comments
 (0)