diff options
author | richard <none@none> | 2009-12-14 13:07:28 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-14 13:07:28 -0800 |
commit | 36dae1c1a0ed1c3adeadd5043a9a64c23c31b3e0 (patch) | |
tree | 6f438ddb1c7cbe623fc23e80510be7d0f77693a4 /indra/newview/llviewerinventory.cpp | |
parent | 76f062f1fe82d2b19938601800aae3105da7ad7a (diff) | |
parent | a9e409c7071ba74f01158aa7b876a1ad60161fc4 (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index 78cee15384..8dcd1b8f93 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -519,7 +519,7 @@ bool LLViewerInventoryCategory::fetchDescendents() std::string url = gAgent.getRegion()->getCapability("WebFetchInventoryDescendents"); if (!url.empty()) //Capability found. Build up LLSD and use it. { - LLInventoryModel::startBackgroundFetch(mUUID); + gInventory.startBackgroundFetch(mUUID); } else { //Deprecated, but if we don't have a capability, use the old system. |