mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Remove registry's GV_RootPath calls
This commit is contained in:
@@ -49,7 +49,7 @@ class module_console_sphinxGenerateSuggestion extends Command
|
||||
)
|
||||
));
|
||||
|
||||
$tmp_file = $this->container['phraseanet.registry']->get('GV_RootPath') . 'tmp/dict' . $index . '.txt';
|
||||
$tmp_file = $this->container['root.path'] . '/tmp/dict' . $index . '.txt';
|
||||
|
||||
$databox = $this->getService('phraseanet.appbox')->get_databox($sbas_id);
|
||||
|
||||
|
Reference in New Issue
Block a user