diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-05 18:14:27 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-05 18:14:27 -0700 |
commit | aba67da38b8b983f043b536b9743f80abfb6e33a (patch) | |
tree | d31382427283f1289615fe409d62e300cc684c48 /indra/newview/llmediadataclient.cpp | |
parent | 1658d77b865a9e139381a60c7a912ee3b949e69b (diff) |
FIX DEV-40877: ignore changes from "bad" objects which have an invalid media URL
Diffstat (limited to 'indra/newview/llmediadataclient.cpp')
-rw-r--r-- | indra/newview/llmediadataclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmediadataclient.cpp b/indra/newview/llmediadataclient.cpp index 54521ccb84..c356f55315 100644 --- a/indra/newview/llmediadataclient.cpp +++ b/indra/newview/llmediadataclient.cpp @@ -618,6 +618,6 @@ void LLObjectMediaNavigateClient::Responder::bounceBack() if (mep && impl) { -// impl->navigateTo(mep->getCurrentURL()); + impl->navigateTo(mep->getCurrentURL(), "", false, true); } } |