Skip to content

Commit

Permalink
prevent error from missing "core" value
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Nov 14, 2024
1 parent bfe9478 commit 226bd67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Plugin/SolrConnector/PantheonSolrConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ public function submitConfigurationForm(

$this->setConfiguration($configuration);

// Exclude Platform configs.
foreach (array_keys(self::getPlatformConfig()) as $key) {
unset($this->configuration[$key]);
}
}

/**
Expand Down

0 comments on commit 226bd67

Please sign in to comment.