Merge branch '1.6.x'

This commit is contained in:
Alexey Sokolov
2016-02-04 23:42:50 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1547,7 +1547,7 @@ class CWebAdminMod : public CModule {
CUser* pNewUser = GetNewUser(WebSock, pUser);
if (!pNewUser) {
WebSock.PrintErrorPage("Invalid user settings");
// GetNewUser already called WebSock.PrintErrorPage()
return true;
}