From daca555592f8029df6a3d66d80a6a29fd268143f Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 18 Apr 2023 23:33:19 +0300 Subject: SL-19609 Urls aren't dispatched according to the indicated grid --- indra/newview/llgroupactions.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'indra/newview/llgroupactions.cpp') diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index be52e280e1..85b8ff0570 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -78,8 +78,10 @@ public: return true; } - bool handle(const LLSD& tokens, const LLSD& query_map, - LLMediaCtrl* web) + bool handle(const LLSD& tokens, + const LLSD& query_map, + const std::string& grid, + LLMediaCtrl* web) { if (LLStartUp::getStartupState() < STATE_STARTED) { -- cgit v1.2.3