Removes default instructions from the installer service, passing in empty instructions is ok now and the server will assign defaults if they are empty.
This commit is contained in:
@@ -11,8 +11,6 @@ angular.module("umbraco.install").factory('installerService', function($q, $time
|
||||
var _installerModel = {
|
||||
installId: undefined,
|
||||
instructions: {
|
||||
DatabaseConfigure: { dbType: 0 },
|
||||
StarterKitDownload: Umbraco.Sys.ServerVariables.defaultStarterKit
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user