updates the migrations to use the correct ctor (not empty), this is more for v8 but have created a crappy activator that passes in the right args.

This commit is contained in:
Shannon
2015-04-01 17:43:27 +11:00
parent 2a6d5846d1
commit 0c0802e964
17 changed files with 127 additions and 25 deletions

View File

@@ -360,7 +360,7 @@ namespace Umbraco.Core
//the database migration objects
MigrationResolver.Current = new MigrationResolver(
ServiceProvider, LoggerResolver.Current.Logger,
LoggerResolver.Current.Logger,
() => PluginManager.ResolveTypes<IMigration>());
// todo: remove once we drop IPropertyEditorValueConverter support.