mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
[SearchEngine] Move SearchEngineInetrface::status to SearchEngineInterface::getStatus
This commit is contained in:
@@ -325,7 +325,7 @@ class API_V1_adapter extends API_V1_Abstract
|
||||
protected function get_gv_info(Application $app)
|
||||
{
|
||||
try {
|
||||
$SEStatus = $app['phraseanet.SE']->status();
|
||||
$SEStatus = $app['phraseanet.SE']->getStatus();
|
||||
} catch (\RuntimeException $e) {
|
||||
$SEStatus = array('error' => $e->getMessage());
|
||||
}
|
||||
|
Reference in New Issue
Block a user