mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Refix the fix
This commit is contained in:
committed by
Melanie
parent
92dff5edb1
commit
23d7a942ea
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user