mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
SphinxSearch engine default values uniformisation
This commit is contained in:
@@ -571,6 +571,8 @@ class SphinxSearchEngine implements SearchEngineInterface
|
||||
*/
|
||||
public static function create(Application $app, array $options = array())
|
||||
{
|
||||
$options = ConfigurationPanel::populateConfiguration($options);
|
||||
|
||||
return new static($app, $options['host'], $options['port'], $options['rt_host'], $options['rt_port']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user