summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-07-05 12:02:30 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-07-05 12:02:30 +0300
commit1cd725286152b9eb04db71447b851d970b308431 (patch)
tree4a97aec8c53ea8d79e42cd2dd0e86278ebc562ea /indra
parent2c557ffcfb9e225f0b168c1ce515134a908204c7 (diff)
SL-15427 open Search without submitting a search request
Diffstat (limited to 'indra')
-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..5777a0c051 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");
}
// static