diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLInventoryData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLInventoryData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs index 780b96f..de0826f 100644 --- a/OpenSim/Data/MySQL/MySQLInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs | |||
@@ -132,7 +132,7 @@ namespace OpenSim.Data.MySQL | |||
132 | 132 | ||
133 | // if there are no tables, get out of here and let | 133 | // if there are no tables, get out of here and let |
134 | // migrations do their job | 134 | // migrations do their job |
135 | if( | 135 | if ( |
136 | tableList["inventoryfolders"] == null && | 136 | tableList["inventoryfolders"] == null && |
137 | tableList["inventoryitems"] == null | 137 | tableList["inventoryitems"] == null |
138 | ) | 138 | ) |