Skip to content

Commit

Permalink
Fix: missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
zaerl committed Dec 18, 2024
1 parent 1cc22ea commit 69606a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ private function index_next_entities( $count = 10000 ) {
// Mark all mapping candidates as seen.
foreach ( $this->site_url_mapping_candidates as $base_url => $status ) {
$this->site_url_mapping_candidates[ $base_url ] = true;
}

// Reset the counts and URLs found in the previous pass.
$this->indexed_entities_counts = array();
Expand Down

0 comments on commit 69606a4

Please sign in to comment.