aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Data/MySQL/MySQLXInventoryData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLXInventoryData.cs b/OpenSim/Data/MySQL/MySQLXInventoryData.cs
index a3b728b..0fe801d 100644
--- a/OpenSim/Data/MySQL/MySQLXInventoryData.cs
+++ b/OpenSim/Data/MySQL/MySQLXInventoryData.cs
@@ -163,7 +163,7 @@ namespace OpenSim.Data.MySQL
163 163
164 public override bool Store(XInventoryItem item) 164 public override bool Store(XInventoryItem item)
165 { 165 {
166 if (base.Store(item)) 166 if (!base.Store(item))
167 return false; 167 return false;
168 168
169 using (MySqlConnection dbcon = new MySqlConnection(m_connectionString)) 169 using (MySqlConnection dbcon = new MySqlConnection(m_connectionString))