mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
[SearchEngine] Move SearchEngineInetrface::status to SearchEngineInterface::getStatus
This commit is contained in:
@@ -143,7 +143,7 @@ class SphinxSearchEngine implements SearchEngineInterface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function status()
|
||||
public function getStatus()
|
||||
{
|
||||
if (false === $this->sphinx->Status()) {
|
||||
throw new RuntimeException(_('Sphinx server is offline'));
|
||||
|
Reference in New Issue
Block a user