diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp
index 619c8d8ae0a5fdea34f8e4e0a1156d2ed8af0477..89d50e76d90f6f89d5f7b8fe1f91a5e0528e1d8a 100644
--- a/indra/newview/lllocationinputctrl.cpp
+++ b/indra/newview/lllocationinputctrl.cpp
@@ -225,7 +225,8 @@ LLLocationInputCtrl::LLLocationInputCtrl(const LLLocationInputCtrl::Params& p)
 	mIconMaturityGeneral(NULL),
 	mIconMaturityAdult(NULL),
 	mIconMaturityModerate(NULL),
-	mMaturityHelpTopic(p.maturity_help_topic)
+	mMaturityHelpTopic(p.maturity_help_topic),
+    isHumanReadableLocationVisible(true)
 {
 	// Lets replace default LLLineEditor with LLLocationLineEditor
 	// to make needed escaping while copying and cutting url