Initial AISv3 merge. New HTTP messages not plugged in yet.
This commit is contained in:
@@ -1165,7 +1165,7 @@ bool RlvFolderLocks::getLockedItems(const LLUUID& idFolder, LLInventoryModel::it
|
||||
if (!fItemLocked)
|
||||
{
|
||||
LLInventoryModel::item_array_t itemLinks =
|
||||
gInventory.collectLinkedItems(pItem->getUUID(), RlvInventory::instance().getSharedRootID());
|
||||
gInventory.collectLinksTo(pItem->getUUID(), RlvInventory::instance().getSharedRootID());
|
||||
for (LLInventoryModel::item_array_t::iterator itItemLink = itemLinks.begin();
|
||||
(itItemLink < itemLinks.end()) && (!fItemLocked); ++itItemLink)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user