diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index b4727de77f70dd4a333000503df9a3108b32e21f..cd0ce88920373e4e6f6f9c1dfb9604ff6f5254bf 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())