mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
If [Permissions] serverside_object_permissions = false or the undocumented propogate_permissions = false, don't propogate permissions of prim inventory items.
This was a regression from 13f31fd (4 Nov 2013)
Relates to http://opensimulator.org/mantis/view.php?id=7399
This commit is contained in:
@@ -4836,7 +4836,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (OwnerID != item.Owner)
|
||||
{
|
||||
//LogPermissions("Before ApplyNextOwnerPermissions");
|
||||
ApplyNextOwnerPermissions();
|
||||
|
||||
if (scene.Permissions.PropagatePermissions())
|
||||
ApplyNextOwnerPermissions();
|
||||
|
||||
//LogPermissions("After ApplyNextOwnerPermissions");
|
||||
|
||||
LastOwnerID = OwnerID;
|
||||
|
||||
Reference in New Issue
Block a user