diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-31 16:57:06 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-31 16:57:06 +0300 |
commit | 9188a73301a942358d518e11cc6bf2235a2d7087 (patch) | |
tree | c57e3d65d4bcb4cc849cae7d3059c78ac0fe3fc1 /indra/newview/llfloaterbuyland.cpp | |
parent | 0d144b0a99a922c844c400a9f56266595a29bc48 (diff) |
VWR-22280 FIXED Add "language" parameter to all XMLRPC call (Buy L$ and Buy Land).
Diffstat (limited to 'indra/newview/llfloaterbuyland.cpp')
-rw-r--r-- | indra/newview/llfloaterbuyland.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbuyland.cpp b/indra/newview/llfloaterbuyland.cpp index 69824b3843..a5c62495fe 100644 --- a/indra/newview/llfloaterbuyland.cpp +++ b/indra/newview/llfloaterbuyland.cpp @@ -758,6 +758,7 @@ void LLFloaterBuyLandUI::runWebSitePrep(const std::string& password) keywordArgs.appendString( "secureSessionId", gAgent.getSecureSessionID().asString()); + keywordArgs.appendString("language", LLUI::getLanguage()); keywordArgs.appendString("levelId", newLevel); keywordArgs.appendInt("billableArea", mIsForGroup ? 0 : mParcelBillableArea); |