diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index 3c9fd130a..d495176de 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -563,8 +563,8 @@ void LLDir::setLindenUserDir(const std::string &grid, const std::string &first, { std::string gridlower(grid); LLStringUtil::toLower(gridlower); - mPerAccountChatLogsDir += "@"; - mPerAccountChatLogsDir += gridlower; + mLindenUserDir += "@"; + mLindenUserDir += gridlower; } } else