summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-07-27 12:19:11 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-07-27 12:19:11 +0300
commit869adc08dcfd97ee93b6a0ecaf79046d098ab748 (patch)
tree7920733028f5f56bea9bf7ac6c55039aaae66f86 /indra
parent2ded530f931f89390162ea9b2126a7339f87e884 (diff)
SL-15681 FIXED Crash occurs at first log in of a new user
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llinventorymodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index d8452efa3e..5f97a3effa 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -2697,6 +2697,7 @@ void LLInventoryModel::createCommonSystemCategories()
gInventory.findCategoryUUIDForType(LLFolderType::FT_CURRENT_OUTFIT, true);
gInventory.findCategoryUUIDForType(LLFolderType::FT_LANDMARK, true); // folder should exist before user tries to 'landmark this'
gInventory.findCategoryUUIDForType(LLFolderType::FT_SETTINGS, true);
+ gInventory.findCategoryUUIDForType(LLFolderType::FT_INBOX, true);
}
struct LLUUIDAndName