diff --git a/src/Umbraco.Core/Services/PackagingService.cs b/src/Umbraco.Core/Services/PackagingService.cs index 828e0b9b38..851420fa61 100644 --- a/src/Umbraco.Core/Services/PackagingService.cs +++ b/src/Umbraco.Core/Services/PackagingService.cs @@ -727,6 +727,11 @@ namespace Umbraco.Core.Services return contentType; } + /// + /// Used during Content import to ensure that the ContentType of a content item exists + /// + /// + /// private IContentType FindContentTypeByAlias(string contentTypeAlias) { using (var repository = _repositoryFactory.CreateContentTypeRepository(_uowProvider.GetUnitOfWork()))