Updated inv fetching impl. Haven't ticked on new caps.

This commit is contained in:
Shyotl
2012-01-21 00:11:19 -06:00
parent 4c201a9b83
commit 40400d696b
12 changed files with 163 additions and 120 deletions

View File

@@ -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.