diff --git a/src/Umbraco.Core/CoreBootManager.cs b/src/Umbraco.Core/CoreBootManager.cs index ca732a3e43..91ee5db40f 100644 --- a/src/Umbraco.Core/CoreBootManager.cs +++ b/src/Umbraco.Core/CoreBootManager.cs @@ -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()); } } }