Fix an inventory fetch issue

This commit is contained in:
Melanie
2010-09-30 02:47:07 +02:00
parent 08ee7a0e51
commit 29646bcf67

View File

@@ -515,6 +515,9 @@ namespace OpenSim.Region.Framework.Scenes
public void HandleFetchInventoryDescendents(IClientAPI remoteClient, UUID folderID, UUID ownerID,
bool fetchFolders, bool fetchItems, int sortOrder)
{
if (folderID == UUID.Zero)
return;
// FIXME MAYBE: We're not handling sortOrder!
// TODO: This code for looking in the folder for the library should be folded somewhere else