Updated inv fetching impl. Haven't ticked on new caps.
This commit is contained in:
@@ -508,7 +508,7 @@ bool LLViewerInventoryCategory::fetchDescendents()
|
||||
}
|
||||
if (!url.empty()) //Capability found. Build up LLSD and use it.
|
||||
{
|
||||
LLInventoryModelBackgroundFetch::instance().startBackgroundFetch(mUUID);
|
||||
LLInventoryModelBackgroundFetch::instance().start(mUUID, false);
|
||||
}
|
||||
else
|
||||
{ //Deprecated, but if we don't have a capability, use the old system.
|
||||
|
||||
Reference in New Issue
Block a user