diff options
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index b4727de77f..cd0ce88920 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -596,9 +596,7 @@ const LLUUID LLInventoryModel::findCategoryUUIDForTypeInRoot(  	if(rv.isNull()          && root_id.notNull() -       && create_folder -       && preferred_type != LLFolderType::FT_MARKETPLACE_LISTINGS -       && preferred_type != LLFolderType::FT_OUTBOX) +       && create_folder)  	{  		if (isInventoryUsable()) | 
