From a104cc2c629add78e1f73e71f5aa1f65e3f2857c Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 19 Nov 2008 01:37:39 +0000 Subject: Fix deleting object that have been persisted already from the DB --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') 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 /// /// /// + /// public virtual UUID DeleteToInventory(int destination, UUID folderID, - SceneObjectGroup objectGroup, IClientAPI remoteClient) + SceneObjectGroup objectGroup, IClientAPI remoteClient) { UUID assetID = UUID.Zero; -- cgit v1.1