Fixes merge issues... but now have to fix all the unit tests

This commit is contained in:
Shannon
2013-09-18 13:26:09 +10:00
parent 81365cec25
commit 67171db955
10 changed files with 130 additions and 88 deletions

View File

@@ -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;