further refactor and rename of InventoryFolderBase properties

to reflect what they really are.
This commit is contained in:
Sean Dague
2008-04-08 23:26:31 +00:00
parent 8c82117207
commit a6d27e0929
12 changed files with 45 additions and 45 deletions

View File

@@ -169,7 +169,7 @@ namespace OpenSim.Grid.InventoryServer
"Updating in " + folder.ParentID.ToString()
+ ", folder " + folder.Name);
AddNewInventoryFolder(folder.AgentID, folder);
AddNewInventoryFolder(folder.Owner, folder);
return true;
}