diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp
index 912413d06af2040b312ceb0dee6b598f2ae77c9f..73a37a6993210a96a3230cad85aded0eb270fd2f 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);
 }