diff --git a/src/Plugin/SolrConnector/PantheonSolrConnector.php b/src/Plugin/SolrConnector/PantheonSolrConnector.php index f5ec5939..8d263452 100644 --- a/src/Plugin/SolrConnector/PantheonSolrConnector.php +++ b/src/Plugin/SolrConnector/PantheonSolrConnector.php @@ -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; }