diff --git a/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs b/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs index 9f59955337..a9a6a74647 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;