diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-10-20 17:03:36 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-10-20 17:03:36 -0400 |
commit | dd1b70f712849b7d0c96f0720e28453121b2bf1e (patch) | |
tree | 92a046fed3c4f7099697fe799cba9618b57d3855 /indra/newview/llpanelprofile.cpp | |
parent | 5ef8545f63221db002d14cdcd1c7bac2e96a5e0a (diff) |
SOCIAL-84, SOCIAL-85 WIP
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rwxr-xr-x | indra/newview/llpanelprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 38683ab5f7..1268c181ad 100755 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -61,7 +61,7 @@ public: std::string agent_name = params[0]; llinfos << "Profile, agent_name " << agent_name << llendl; std::string url = getProfileURL(agent_name); - LLWeb::loadURL(url); + LLWeb::loadURLInternal(url); return true; } |