Skip to content

Commit

Permalink
Reload server, not reload core
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Nov 13, 2024
1 parent 6782f08 commit e829f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/SolrConnector/PantheonSolrConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ public function reloadCore() {
if (!$sp instanceof SchemaPoster) {
throw new \RuntimeException('Unable to instantiate Schema Poster.');
}
$sp->reloadCore();
$sp->reloadServer();
$this->logger->info('Core reloaded.');
return TRUE;
}
Expand Down

0 comments on commit e829f7c

Please sign in to comment.