diff options
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index dcec99a9d2..0598ce9f9d 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2974,7 +2974,7 @@ bool process_login_success_response() } // this is the base used to construct help URLs - text = response["help_url_format"]; + text = response["help_url_format"].asString(); if (!text.empty()) { // replace the default help URL format |