Latest visual changes to installer + db validator
This commit is contained in:
@@ -52,6 +52,12 @@ namespace Umbraco.Web.Install.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
public bool PostValidateDatabaseConnection(DatabaseModel model)
|
||||
{
|
||||
var dbHelper = new DatabaseHelper();
|
||||
return dbHelper.CheckConnection(model, ApplicationContext);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the install setup
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user