Fix bug after merge

This commit is contained in:
Stephan
2013-10-11 12:28:31 +02:00
parent 0f894da7a6
commit 4b36dcc13b

View File

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