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:
Shannon
2014-03-05 12:08:35 +11:00
parent 7f7f3202d2
commit ce068a60d5
7 changed files with 27 additions and 19 deletions

View File

@@ -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
}
};