Fix MySQL connectionstring detection and rewrite

This commit is contained in:
Sebastiaan Janssen
2013-01-29 11:30:20 -01:00
parent 2fdb485203
commit bb430ddacd
3 changed files with 21 additions and 17 deletions

View File

@@ -170,7 +170,7 @@ namespace Umbraco.Core.Configuration
{
if (value.ToLower().Contains("SQLCE4Umbraco.SqlCEHelper".ToLower()))
{
ApplicationContext.Current.DatabaseContext.ConfigureDatabaseConnection();
ApplicationContext.Current.DatabaseContext.ConfigureEmbeddedDatabaseConnection();
}
else
{