summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-10-20 17:03:36 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-10-20 17:03:36 -0400
commitdd1b70f712849b7d0c96f0720e28453121b2bf1e (patch)
tree92a046fed3c4f7099697fe799cba9618b57d3855 /indra/newview/llpanelprofile.cpp
parent5ef8545f63221db002d14cdcd1c7bac2e96a5e0a (diff)
SOCIAL-84, SOCIAL-85 WIP
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rwxr-xr-xindra/newview/llpanelprofile.cpp2
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;
}