summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-11-01 17:45:58 +0200
committermaxim_productengine <mnikolenko@productengine.com>2018-11-01 17:45:58 +0200
commit6505a80b4a0dc5b41ae25806efbf1e83e432a519 (patch)
treee22df649106d1d346bb0ee9f999dfbbc42ee0f0c /indra/newview/llfloaterland.cpp
parent5e0e09ec895534ac66f93b50cfad4062402df61c (diff)
SL-9905 FIXED [EEP] Teleporting from EEP Region with parcel environment does not clear on non-eep region.
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r--indra/newview/llfloaterland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 1147f54853..0ff660fcad 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -255,7 +255,7 @@ LLPanelLandCovenant* LLFloaterLand::getCurrentPanelLandCovenant()
// static
void LLFloaterLand::refreshAll()
{
- LLFloaterLand* land_instance = LLFloaterReg::getTypedInstance<LLFloaterLand>("about_land");
+ LLFloaterLand* land_instance = LLFloaterReg::findTypedInstance<LLFloaterLand>("about_land");
if(land_instance)
{
land_instance->refresh();