Skip to content

Commit

Permalink
Merge branch '6.1' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
2 parents 6151280 + 713a19c commit 86adc4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Job/StaticCacheFullBuildJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ protected function getAllLivePageURLs(): array

$this->extend('afterGetAllLivePageURLs', $urls);

// @TODO look here when integrating subsites
// if (class_exists(Subsite::class)) {
// Subsite::disable_subsite_filter(true);
// }

return $urls;
}

Expand Down

0 comments on commit 86adc4e

Please sign in to comment.