summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupactions.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-12-21 17:16:00 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-12-21 17:16:00 +0200
commitb6f36a61593fd249a15d8597c2d1ed1e87967b3a (patch)
treeeb4892b295bf8783459c8a1d1c008f49ee791a9d /indra/newview/llgroupactions.cpp
parent4966a662194e2fd86f326b304ddb5348aba5ff72 (diff)
SL-16535 FIXED The Search floater opens without appropriate search results after performing a search from the NavBar
Diffstat (limited to 'indra/newview/llgroupactions.cpp')
-rw-r--r--indra/newview/llgroupactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp
index 12d82d101f..f52f76330b 100644
--- a/indra/newview/llgroupactions.cpp
+++ b/indra/newview/llgroupactions.cpp
@@ -196,7 +196,7 @@ LLFetchLeaveGroupData* gFetchLeaveGroupData = NULL;
// static
void LLGroupActions::search()
{
- LLFloaterReg::showInstance("search", LLSD().with("category", "groups"));
+ LLFloaterReg::showInstance("search", LLSD().with("collection", "groups"));
}
// static