diff options
Diffstat (limited to 'plugins/UserInfoEx/svc_email.cpp')
-rw-r--r-- | plugins/UserInfoEx/svc_email.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/svc_email.cpp b/plugins/UserInfoEx/svc_email.cpp index 3e11ddb763..a9a0b47686 100644 --- a/plugins/UserInfoEx/svc_email.cpp +++ b/plugins/UserInfoEx/svc_email.cpp @@ -389,7 +389,7 @@ VOID SvcEMailLoadModule() if (DB::Setting::GetByte(SET_EXTENDED_EMAILSERVICE, TRUE)) {
// create own email send command
if (!myDestroyServiceFunction(MS_EMAIL_SENDEMAIL))
- myCreateServiceFunction(MS_EMAIL_SENDEMAIL, MenuCommand);
+ CreateServiceFunction(MS_EMAIL_SENDEMAIL, MenuCommand);
}
}
|