summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellogin.cpp
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2014-03-03 16:38:38 -0800
committerCallum Prentice <callum@lindenlab.com>2014-03-03 16:38:38 -0800
commit11915dc888da5d20c42167c7ba4f7afdf6911f45 (patch)
tree28688d07f48abe15249f96ab9fb57454669af094 /indra/newview/llpanellogin.cpp
parent6e21b127d4224716f485e3fc8a195676f5708721 (diff)
WENG-1470 (Partial impl) Secondlife Login Screen Redesign
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rwxr-xr-xindra/newview/llpanellogin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp
index 420166ba7d..6af0cac864 100755
--- a/indra/newview/llpanellogin.cpp
+++ b/indra/newview/llpanellogin.cpp
@@ -778,6 +778,9 @@ void LLPanelLogin::loadLoginPage()
// sourceid
params["sourceid"] = gSavedSettings.getString("sourceid");
+ // login page (web) content version
+ params["login_content_version"] = gSavedSettings.getString("LoginContentVersion");
+
// Make an LLURI with this augmented info
LLURI login_uri(LLURI::buildHTTP(login_page.authority(),
login_page.path(),