summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-05-29 01:31:48 +0100
committerCho <cho@lindenlab.com>2013-05-29 01:31:48 +0100
commitff291257886badc495d04d59f78cfc9858964702 (patch)
tree64577ef8210747914f4df2eb9febffeed05088d5 /indra/newview/llpanelpeople.cpp
parent1c740dfb516aa03ea07d37f12de8a98b94be9572 (diff)
updated postCheckinMessage to use new parameters and new route path
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rwxr-xr-xindra/newview/llpanelpeople.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp
index e0b1c3abba..69b6bdf737 100755
--- a/indra/newview/llpanelpeople.cpp
+++ b/indra/newview/llpanelpeople.cpp
@@ -1726,7 +1726,7 @@ void LLPanelPeople::onFacebookCheckinClicked()
LLSLURL slurl;
LLAgentUI::buildSLURL(slurl);
- LLFacebookConnect::instance().postCheckinMessage("Here I am in SL!", slurl.getSLURLString());
+ LLFacebookConnect::instance().postCheckinMessage("Here I am in SL!", slurl.getSLURLString(), slurl.getRegion(), "", "", "");
}
void LLPanelPeople::onFacebookAppRequestClicked()