Cause group deeding to apply next owner perms

0.6.5-post-fixes
Melanie Thielker 2009-06-21 18:35:38 +00:00
parent 7375f3c273
commit 30a76861d4
1 changed files with 1 additions and 0 deletions

View File

@ -2726,6 +2726,7 @@ namespace OpenSim.Region.Framework.Scenes
}
sog.SetOwnerId(groupID);
sog.ApplyNextOwnerPermissions();
}
}
}