Skip to content

Commit

Permalink
[BUGFIX] Pass includeChildPages options on to child record publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexvaar committed May 2, 2024
1 parent 63c1c1f commit a5d63a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Component/Core/Publisher/PublisherService.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected function publishRecord(Record $record, bool $includeChildPages = false
continue;
}
foreach ($children as $child) {
$this->publishRecord($child, true);
$this->publishRecord($child, $includeChildPages);
}
}
}
Expand Down

0 comments on commit a5d63a9

Please sign in to comment.