mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix configuration usage
This commit is contained in:
@@ -173,7 +173,7 @@ class SphinxSearchEngine implements SearchEngineInterface
|
||||
public function getConfigurationPanel()
|
||||
{
|
||||
if (!$this->configurationPanel) {
|
||||
$this->configurationPanel = new ConfigurationPanel($this, $this->app['configuration.store']);
|
||||
$this->configurationPanel = new ConfigurationPanel($this, $this->app['conf']);
|
||||
}
|
||||
|
||||
return $this->configurationPanel;
|
||||
|
Reference in New Issue
Block a user