Fixes mantis #3803. Thanks jhurliman.

This commit is contained in:
diva
2009-06-11 20:27:13 +00:00
parent 6c1d6283e6
commit 2afd733229
8 changed files with 18 additions and 13 deletions

View File

@@ -497,7 +497,7 @@ namespace OpenSim.Framework.Communications.Tests
{
}
public List<InventoryItemBase> GetFolderItems(UUID folderID)
public List<InventoryItemBase> GetFolderItems(UUID userID, UUID folderID)
{
return null;
}