Minor update to the DefaultData so the used PetaPoco db object is consistent

This commit is contained in:
Morten Christensen
2013-11-07 12:00:45 +01:00
parent 1e319d667b
commit a567cf2a87

View File

@@ -32,7 +32,7 @@ namespace umbraco.cms.businesslogic.datatype
//TODO Refactor this class to use the Database object instead of the SqlHelper
//NOTE DatabaseContext.Current.Database should eventually be replaced with that from the Repository-Resolver refactor branch.
internal static Database Database
internal static UmbracoDatabase Database
{
get { return ApplicationContext.Current.DatabaseContext.Database; }
}