aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules/SvnSerialiser
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs
index f00470f..d8e4610 100644
--- a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs
+++ b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs
@@ -113,7 +113,7 @@ namespace OpenSim.Region.Modules.SvnSerialiser
113 m_svnurl = source.Configs["SVN"].GetString("URL", m_svnurl); 113 m_svnurl = source.Configs["SVN"].GetString("URL", m_svnurl);
114 m_svnuser = source.Configs["SVN"].GetString("Username", m_svnuser); 114 m_svnuser = source.Configs["SVN"].GetString("Username", m_svnuser);
115 m_svnpass = source.Configs["SVN"].GetString("Password", m_svnpass); 115 m_svnpass = source.Configs["SVN"].GetString("Password", m_svnpass);
116 m_installBackupOnLoad = source.Configs["SVN"].GetString("ImportOnStartup", m_installBackupOnLoad); 116 m_installBackupOnLoad = source.Configs["SVN"].GetBoolean("ImportOnStartup", m_installBackupOnLoad);
117 } catch(Exception) { } 117 } catch(Exception) { }
118 118
119 lock (m_scenes) 119 lock (m_scenes)