* Tweak to above

This commit is contained in:
Adam Frisby
2009-05-28 19:20:49 +00:00
parent 2feb218817
commit 5db649538a

View File

@@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
{
IDialogModule dialogModule = scene.RequestModuleInterface<IDialogModule>();
if (dialogModule != null)
dialogModule.SendNotificationToUsersInEstate(UUID.Random(), user, message);
dialogModule.SendNotificationToUsersInRegion(UUID.Random(), user, message);
}
responseData["accepted"] = true;