From 6505a80b4a0dc5b41ae25806efbf1e83e432a519 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 1 Nov 2018 17:45:58 +0200 Subject: SL-9905 FIXED [EEP] Teleporting from EEP Region with parcel environment does not clear on non-eep region. --- indra/newview/llfloaterland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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("about_land"); + LLFloaterLand* land_instance = LLFloaterReg::findTypedInstance("about_land"); if(land_instance) { land_instance->refresh(); -- cgit v1.2.3