mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Allow the trash folder itself to be passed to PurgeFolder
This commit is contained in:
committed by
Melanie
parent
db2f63706d
commit
f809797d62
@@ -542,6 +542,9 @@ namespace OpenSim.Services.InventoryService
|
||||
if (folder.Length < 1)
|
||||
return false;
|
||||
|
||||
if (folder[0].type == (int)AssetType.TrashFolder)
|
||||
return true;
|
||||
|
||||
UUID parentFolder = folder[0].parentFolderID;
|
||||
|
||||
while (parentFolder != UUID.Zero)
|
||||
|
||||
Reference in New Issue
Block a user