summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-07-18 16:32:51 -0400
committerNyx Linden <nyx@lindenlab.com>2013-07-18 16:32:51 -0400
commit1e845ee2a2ebc706050ccc3974fde99a5a4cd943 (patch)
tree71075bd96ebae8cfadf4062972178c19dbb10ace /indra/newview/llviewerinventory.cpp
parenta1ece43905db86cb6953ce9848228122637e5708 (diff)
parent47fabf5770bbb1b2f8272bb77ebdc993cda7c033 (diff)
merge
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rwxr-xr-xindra/newview/llviewerinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index 5beae8ec24..5b4ca97319 100755
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -1230,7 +1230,7 @@ void update_inventory_category(
LLPointer<LLViewerInventoryCategory> new_cat = new LLViewerInventoryCategory(obj);
new_cat->fromLLSD(updates);
// FIXME - restore this once the back-end work has been done.
- if (0) // if (AISCommand::isAPIAvailable())
+ if (AISCommand::isAPIAvailable())
{
LLSD new_llsd = new_cat->asLLSD();
LLPointer<AISCommand> cmd_ptr = new UpdateCategoryCommand(cat_id, new_llsd, cb);