Set the providername as well when updating the connection string
This commit is contained in:
@@ -211,6 +211,7 @@ namespace Umbraco.Core
|
||||
else
|
||||
{
|
||||
setting.Attribute("connectionString").Value = connectionString;
|
||||
setting.Attribute("providerName").Value = providerName;
|
||||
}
|
||||
|
||||
xml.Save(fileName, SaveOptions.DisableFormatting);
|
||||
|
||||
Reference in New Issue
Block a user