This commit is contained in:
Stephan
2019-01-28 20:07:22 +01:00
parent 4a5eca3c6a
commit c2f51be0a1
2 changed files with 20 additions and 19 deletions

View File

@@ -299,7 +299,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
// invariant content items)
// if there is no 'published' published content, no culture can be published
var hasPublished = _contentNode.PublishedModel != null;
var hasPublished = _contentNode.PublishedContent != null;
if (!hasPublished)
return false;