Skip to content

Commit

Permalink
Update src/Extension/Publishable/PublishableSiteTree.php
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Boyd <[email protected]>
  • Loading branch information
chrispenny and emteknetnz authored Aug 10, 2023
1 parent dc64e8d commit dca9eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/Publishable/PublishableSiteTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function objectsToUpdate($context)
// URLs will have just changed
$forceRecursiveInclusion = $context['urlSegmentChanged'] ?? false;

// We've either been configured to include (some level) of children, or the above context has been set
// We've either been configured to regenerate (some level) of children, or the above context has been set
if ($childInclusion !== self::RELATION_INCLUDE_NONE || $forceRecursiveInclusion) {
// We will want to recursively add all children if our regenerate_children config was set to Recursive,
// or if $forceRecursiveInclusion was set to true
Expand Down

0 comments on commit dca9eb9

Please sign in to comment.