fixed: in notify/notify.cpp: a correct locale id should be taken
(we were not able to send: a mail with an activation link and a mail with the reset password link when we didn't have a locale with id 0 loaded) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@929 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -65,7 +65,7 @@ struct NotifyUserMsg
|
||||
{
|
||||
std::wstring name;
|
||||
std::wstring email;
|
||||
size_t lang;
|
||||
size_t lang; // locale id (not an index)
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user