aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Data.SQLite/SQLiteInventoryStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.SQLite/SQLiteInventoryStore.cs b/OpenSim/Framework/Data.SQLite/SQLiteInventoryStore.cs
index 94084a6..ddc0694 100644
--- a/OpenSim/Framework/Data.SQLite/SQLiteInventoryStore.cs
+++ b/OpenSim/Framework/Data.SQLite/SQLiteInventoryStore.cs
@@ -243,7 +243,7 @@ namespace OpenSim.Framework.Data.SQLite
243 // nicer to print some message to this effect, but this feels like it's too low a 243 // nicer to print some message to this effect, but this feels like it's too low a
244 // to put such a message out, and it's too minor right now to spare the time to 244 // to put such a message out, and it's too minor right now to spare the time to
245 // suitably refactor. 245 // suitably refactor.
246 if (folders.Count > 1) 246 if (folders.Count > 0)
247 { 247 {
248 return folders[0]; 248 return folders[0];
249 } 249 }