diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-16 17:08:24 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-16 17:08:24 -0400 |
commit | a428acf331dc63b2d6bac10101a8339e91a73adc (patch) | |
tree | 9bd1c6810d0e815740b4862f47887a1838de8835 /indra/newview/llviewerinventory.cpp | |
parent | a85fa3b10a406218cabfecc0d592e816f8dfdb53 (diff) |
SH-4333 FIX - turned on category patch now that AISv3 has it
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rwxr-xr-x | 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 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); |