Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
e91ad538
Commit
e91ad538
authored
May 31, 2011
by
tbrehm
Browse files
Fixed send copy bug in mail module.
parent
794082b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/maildrop_plugin.inc.php
View file @
e91ad538
...
...
@@ -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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment