diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-09-23 18:39:54 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-09-23 18:39:54 -0700 |
commit | b25d969b61eb1e4f114ee0e632d1de9777780e9f (patch) | |
tree | eaab3722a86eb220c35b2f1cd3d6fe6de63f0206 /indra | |
parent | 054e023bfe311a60362472ccd0d2b482acea076e (diff) | |
parent | a20a98454de522eba4da17881b85a0f16bb3c116 (diff) |
Pulling one bugfix changeset from another repository.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llweb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |