* Tweak to above

0.6.6-post-fixes
Adam Frisby 2009-05-28 19:20:49 +00:00
parent 2feb218817
commit 5db649538a
1 changed files with 1 additions and 1 deletions

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;