From a20a98454de522eba4da17881b85a0f16bb3c116 Mon Sep 17 00:00:00 2001 From: Monroe Linden Date: Mon, 20 Sep 2010 18:02:23 -0700 Subject: Fix one variant of LLWeb::loadURLExternal() not passing through the uuid to the other variant. --- indra/newview/llweb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp index 912413d06a..73a37a6993 100644 --- a/indra/newview/llweb.cpp +++ b/indra/newview/llweb.cpp @@ -106,7 +106,7 @@ void LLWeb::loadURLInternal(const std::string &url, const std::string& target, c // static void LLWeb::loadURLExternal(const std::string& url, const std::string& uuid) { - loadURLExternal(url, true); + loadURLExternal(url, true, uuid); } -- cgit v1.2.3