diff options
author | Baker Linden <baker@lindenlab.com> | 2014-02-06 16:19:03 -0800 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2014-02-06 16:19:03 -0800 |
commit | 25d0a3e029cb68a14cc7c3417cc43cb3ffa90925 (patch) | |
tree | 73f89b5d4d92f71514e3e789fb381706a01b38db /indra/newview/llgroupmgr.cpp | |
parent | 3c521d8207092f1c48e158082b88c5e81cc9c440 (diff) |
[GroupBan] When adding "Manage Ban List" ability additionally grant requisite abilities
- Viewer side implementation for MAINT-3467 complete
Diffstat (limited to 'indra/newview/llgroupmgr.cpp')
-rwxr-xr-x | indra/newview/llgroupmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupmgr.cpp b/indra/newview/llgroupmgr.cpp index 1e5c43dcdf..a33731a200 100755 --- a/indra/newview/llgroupmgr.cpp +++ b/indra/newview/llgroupmgr.cpp @@ -1895,7 +1895,7 @@ void LLGroupMgr::sendGroupBanRequest( EBanRequestType request_type, } // Get our capability - std::string cap_url = currentRegion->getCapability("GroupBan"); + std::string cap_url = currentRegion->getCapability("GroupAPIv1"); if(cap_url.empty()) { return; |