diff options
-rwxr-xr-x | indra/newview/llinventorymodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 9f621b1e88..8c4be57aaa 100755 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -3062,7 +3062,7 @@ void LLInventoryModel::processBulkUpdateInventory(LLMessageSystem* msg, void**) << LL_ENDL; // If the parent folder is a listing folder, all we need to do is update the SLM data - if (LLMarketplaceData::instance().isListed(tfolder->getParentUUID())) + if (depth_nesting_in_marketplace(tfolder->getParentUUID()) == 1) { // Trigger an SLM listing update S32 listing_id = LLMarketplaceData::instance().getListingID(tfolder->getParentUUID()); |