summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-07-19 22:35:45 -0700
committerMerov Linden <merov@lindenlab.com>2013-07-19 22:35:45 -0700
commiteadb42eb9d202c38ca2761be07ee4376863550ce (patch)
treee3be91baa660a413a02af6d4084d2fb81ad49c77 /indra/newview/llfacebookconnect.cpp
parent39a2f52b026ee20daf9f55bb40273e573cecfa30 (diff)
ACME-734 : Fix : Feed browsing history but without the query part
Diffstat (limited to 'indra/newview/llfacebookconnect.cpp')
-rw-r--r--indra/newview/llfacebookconnect.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp
index f0b735c5ca..7c1e7b3b16 100644
--- a/indra/newview/llfacebookconnect.cpp
+++ b/indra/newview/llfacebookconnect.cpp
@@ -321,7 +321,6 @@ void LLFacebookConnect::openFacebookWeb(std::string url)
p.url(url).show_chrome(true);
p.url(url).allow_address_entry(false);
p.url(url).allow_back_forward_navigation(false);
- p.url(url).save_url_history(false);
p.url(url).trusted_content(true);
LLFloaterReg::showInstance("fbc_web", p);