Fix bug after merge

This commit is contained in:
Stephan
2013-10-11 12:30:17 +02:00
parent 565a020acf
commit ee5af4998f

View File

@@ -282,8 +282,8 @@ namespace Umbraco.Core
typeof (DefaultUrlSegmentProvider));
// keep it internal for now
//PublishedContentModelFactoryResolver.Current = new PublishedContentModelFactoryResolver(
// new PublishedContentModelFactoryImpl());
PublishedContentModelFactoryResolver.Current = new PublishedContentModelFactoryResolver();
// new PublishedContentModelFactoryImpl());
}
}
}