Patch #9155 (Mantis #1793)

Fix a regression that caused the region settings not to save.
Still no SQLite support for region settings. MySQL now functional.
This commit is contained in:
Melanie Thielker
2008-07-25 06:17:43 +00:00
parent ff0644a104
commit 5998fb712a
2 changed files with 4 additions and 0 deletions

View File

@@ -735,6 +735,7 @@ namespace OpenSim.Data.MySQL
{
RegionSettings rs = new RegionSettings();
rs.RegionUUID = regionUUID;
rs.OnSave += StoreRegionSettings;
StoreRegionSettings(rs);