diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-12-21 17:16:00 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-12-21 17:16:00 +0200 |
commit | b6f36a61593fd249a15d8597c2d1ed1e87967b3a (patch) | |
tree | eb4892b295bf8783459c8a1d1c008f49ee791a9d /indra/newview/llgroupactions.cpp | |
parent | 4966a662194e2fd86f326b304ddb5348aba5ff72 (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.cpp | 2 |
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 |