From 336ca0c6ba6753438007642ac73d7781f675efc4 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Wed, 9 Mar 2011 18:36:30 -0800
Subject: [PATCH] SOCIAL-676 FIX Both move UI hints shown in Advanced skin
 accidentally removed loading of visibility rules

---
 indra/llui/llnotifications.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index 3fac0ccb3ae..bdac125eb06 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -1270,6 +1270,7 @@ LLNotificationChannelPtr LLNotifications::getChannel(const std::string& channelN
 void LLNotifications::initSingleton()
 {
 	loadTemplates();
+	loadVisibilityRules();
 	createDefaultChannels();
 }
 
-- 
GitLab