We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794082b commit e91ad53Copy full SHA for e91ad53
1 file changed
server/plugins-available/maildrop_plugin.inc.php
@@ -60,7 +60,7 @@ function onLoad() {
60
Register for the events
61
*/
62
63
- $app->plugins->registerEvent('mail_user_update','maildrop_plugin','insert');
+ $app->plugins->registerEvent('mail_user_insert','maildrop_plugin','update');
64
$app->plugins->registerEvent('mail_user_update','maildrop_plugin','update');
65
$app->plugins->registerEvent('mail_user_delete','maildrop_plugin','delete');
66
0 commit comments