From 1a9f9ae089111d9aa23dab97c02fb9fdb55f4865 Mon Sep 17 00:00:00 2001
From: Graham Linden <graham@lindenlab.com>
Date: Thu, 18 Apr 2019 11:42:38 -0700
Subject: [PATCH] Fix merge error from 6.2.1 EAM merge.

---
 indra/newview/llfloaterregioninfo.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index bb76af9a3c4..ab91c34b3d6 100644
--- a/indra/newview/llfloaterregioninfo.cpp
+++ b/indra/newview/llfloaterregioninfo.cpp
@@ -350,6 +350,7 @@ void LLFloaterRegionInfo::requestRegionInfo()
 		tab->getChild<LLPanel>("Debug")->setCtrlsEnabled(FALSE);
 		tab->getChild<LLPanel>("Terrain")->setCtrlsEnabled(FALSE);
 		tab->getChild<LLPanel>("Estate")->setCtrlsEnabled(FALSE);
+        tab->getChild<LLPanel>("Access")->setCtrlsEnabled(FALSE);
 	}
 
 	// Must allow anyone to request the RegionInfo data
-- 
GitLab