diff options
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
110 | { | 110 | { |
111 | IDialogModule dialogModule = scene.RequestModuleInterface<IDialogModule>(); | 111 | IDialogModule dialogModule = scene.RequestModuleInterface<IDialogModule>(); |
112 | if (dialogModule != null) | 112 | if (dialogModule != null) |
113 | dialogModule.SendNotificationToUsersInEstate(UUID.Random(), user, message); | 113 | dialogModule.SendNotificationToUsersInRegion(UUID.Random(), user, message); |
114 | } | 114 | } |
115 | 115 | ||
116 | responseData["accepted"] = true; | 116 | responseData["accepted"] = true; |