diff options
author | Adam Frisby | 2009-05-28 19:20:49 +0000 |
---|---|---|
committer | Adam Frisby | 2009-05-28 19:20:49 +0000 |
commit | 5db649538a66822b0c3f953cab9d3efdefb10b4f (patch) | |
tree | 60a2b42635c890231dd6336ffa6f74b8b0214531 | |
parent | * Makes grid announcements more prominent. (diff) | |
download | opensim-SC_OLD-5db649538a66822b0c3f953cab9d3efdefb10b4f.zip opensim-SC_OLD-5db649538a66822b0c3f953cab9d3efdefb10b4f.tar.gz opensim-SC_OLD-5db649538a66822b0c3f953cab9d3efdefb10b4f.tar.bz2 opensim-SC_OLD-5db649538a66822b0c3f953cab9d3efdefb10b4f.tar.xz |
* Tweak to above
-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; |