Fix an inventory fetch issue
parent
87e17d3f61
commit
5f1c1e281a
OpenSim/Region/Framework/Scenes
|
@ -494,6 +494,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
public void HandleFetchInventoryDescendents(IClientAPI remoteClient, UUID folderID, UUID ownerID,
|
public void HandleFetchInventoryDescendents(IClientAPI remoteClient, UUID folderID, UUID ownerID,
|
||||||
bool fetchFolders, bool fetchItems, int sortOrder)
|
bool fetchFolders, bool fetchItems, int sortOrder)
|
||||||
{
|
{
|
||||||
|
if (folderID == UUID.Zero)
|
||||||
|
return;
|
||||||
|
|
||||||
// FIXME MAYBE: We're not handling sortOrder!
|
// FIXME MAYBE: We're not handling sortOrder!
|
||||||
|
|
||||||
// TODO: This code for looking in the folder for the library should be folded back into the
|
// TODO: This code for looking in the folder for the library should be folded back into the
|
||||||
|
|
Loading…
Reference in New Issue