summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-06-28 01:21:14 +0100
committerCho <cho@lindenlab.com>2013-06-28 01:21:14 +0100
commit0e50cbc2edacdecf32071c97c2ce5349db5ef5e9 (patch)
treebd323efb580049560eae78afc96d257f18ea4132 /indra/newview/llpanelpeople.cpp
parentfc05dc5114785368e37e325fdb429fed7cd3c363 (diff)
made it optional to autoconnect in LLFacebookConnect::getConnectionToFacebook() for ACME-648
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 b6b72800f9..92391f0537 100755
--- a/indra/newview/llpanelpeople.cpp
+++ b/indra/newview/llpanelpeople.cpp
@@ -1683,7 +1683,7 @@ void LLPanelPeople::onLoginFbcButtonClicked()
}
else
{
- LLFacebookConnect::instance().getConnectionToFacebook();
+ LLFacebookConnect::instance().getConnectionToFacebook(true);
}
}