Fixes merge issues... but now have to fix all the unit tests
This commit is contained in:
@@ -20,6 +20,12 @@ namespace Umbraco.Core.Persistence
|
||||
|
||||
}
|
||||
|
||||
internal RepositoryFactory(bool disableAllCache)
|
||||
: this(disableAllCache, UmbracoConfiguration.Current.UmbracoSettings)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
internal RepositoryFactory(bool disableAllCache, IUmbracoSettingsSection settings)
|
||||
{
|
||||
_disableAllCache = disableAllCache;
|
||||
|
||||
Reference in New Issue
Block a user