diff options
| -rw-r--r-- | indra/newview/llfloatermarketplace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplace.cpp b/indra/newview/llfloatermarketplace.cpp index 2a67e75fec..bb2378d864 100644 --- a/indra/newview/llfloatermarketplace.cpp +++ b/indra/newview/llfloatermarketplace.cpp @@ -56,6 +56,7 @@ void LLFloaterMarketplace::onOpen(const LLSD& key) else { openMarketplaceURL(params.url); + set_current_url(params.url); // Fix looping back to previous url when using the viewer navigation bar } } |
