diff options
author | Melanie Thielker | 2009-06-21 18:38:12 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-06-21 18:38:12 +0000 |
commit | 2c3a1995fcdaecffbd8cc7efea2be4adf505321b (patch) | |
tree | 8710a8a6d10c9ed02d0df72b73ecb6bc97fa702c /OpenSim/Region/Framework | |
parent | Properly reset a vehicle's status to VEHICLE_TYPE_NONE when requested (diff) | |
download | opensim-SC_OLD-2c3a1995fcdaecffbd8cc7efea2be4adf505321b.zip opensim-SC_OLD-2c3a1995fcdaecffbd8cc7efea2be4adf505321b.tar.gz opensim-SC_OLD-2c3a1995fcdaecffbd8cc7efea2be4adf505321b.tar.bz2 opensim-SC_OLD-2c3a1995fcdaecffbd8cc7efea2be4adf505321b.tar.xz |
Publish a method on ICompiler to generate the CIL assembly path
Cause group deeding to apply next owner perms
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 1a40a0d..c24ecf5 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -2724,6 +2724,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2724 | } | 2724 | } |
2725 | 2725 | ||
2726 | sog.SetOwnerId(groupID); | 2726 | sog.SetOwnerId(groupID); |
2727 | sog.ApplyNextOwnerPermissions(); | ||
2727 | } | 2728 | } |
2728 | } | 2729 | } |
2729 | } | 2730 | } |