From 5db649538a66822b0c3f953cab9d3efdefb10b4f Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 28 May 2009 19:20:49 +0000 Subject: * Tweak to above --- OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs b/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs index 9f59955..a9a6a74 100644 --- a/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs +++ b/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs @@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.InterGrid { IDialogModule dialogModule = scene.RequestModuleInterface(); if (dialogModule != null) - dialogModule.SendNotificationToUsersInEstate(UUID.Random(), user, message); + dialogModule.SendNotificationToUsersInRegion(UUID.Random(), user, message); } responseData["accepted"] = true; -- cgit v1.1