Fixed typo in AvatarFactoryModule.cs

This commit is contained in:
Jeff Ames
2008-03-31 16:06:12 +00:00
parent d53dd8a7cc
commit e18d046d76

View File

@@ -228,7 +228,7 @@ namespace OpenSim.Region.Modules.AvatarFactory
{
m_connectionString = source.Configs["Startup"].GetString("appearance_connection_string", "");
string mapperTypeStr = source.Configs["Startup"].GetString("appearance_database", "MYSQL");
string mapperTypeStr = source.Configs["Startup"].GetString("appearance_database", "MySQL");
DataMapperFactory.MAPPER_TYPE mapperType =
(DataMapperFactory.MAPPER_TYPE)