Refix the fix

slimupdates
Melanie Thielker 2010-05-03 23:53:49 +02:00 committed by Melanie
parent 92dff5edb1
commit 23d7a942ea
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ namespace OpenSim.Data.MySQL
public override bool Store(XInventoryItem item)
{
if (base.Store(item))
if (!base.Store(item))
return false;
using (MySqlConnection dbcon = new MySqlConnection(m_connectionString))