diff options
author | Melanie Thielker | 2008-11-19 01:37:39 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-19 01:37:39 +0000 |
commit | a104cc2c629add78e1f73e71f5aa1f65e3f2857c (patch) | |
tree | f2c096089cfe0b09781db551bd088a2f1d208c8d /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | Adding the OSD dll (diff) | |
download | opensim-SC_OLD-a104cc2c629add78e1f73e71f5aa1f65e3f2857c.zip opensim-SC_OLD-a104cc2c629add78e1f73e71f5aa1f65e3f2857c.tar.gz opensim-SC_OLD-a104cc2c629add78e1f73e71f5aa1f65e3f2857c.tar.bz2 opensim-SC_OLD-a104cc2c629add78e1f73e71f5aa1f65e3f2857c.tar.xz |
Fix deleting object that have been persisted already from the DB
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 5bfa1eb..324e38c 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -1638,8 +1638,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
1638 | /// <param name="remoteClient"> </param> | 1638 | /// <param name="remoteClient"> </param> |
1639 | /// <param name="objectGroup"></param> | 1639 | /// <param name="objectGroup"></param> |
1640 | /// <param name="folderID"></param> | 1640 | /// <param name="folderID"></param> |
1641 | /// <param name="permissionToDelete"></param> | ||
1641 | public virtual UUID DeleteToInventory(int destination, UUID folderID, | 1642 | public virtual UUID DeleteToInventory(int destination, UUID folderID, |
1642 | SceneObjectGroup objectGroup, IClientAPI remoteClient) | 1643 | SceneObjectGroup objectGroup, IClientAPI remoteClient) |
1643 | { | 1644 | { |
1644 | UUID assetID = UUID.Zero; | 1645 | UUID assetID = UUID.Zero; |
1645 | 1646 | ||