mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
Update directory structure & allow to configure paths (tmp, log, cache)
This commit is contained in:
@@ -42,7 +42,7 @@ class module_console_sphinxGenerateSuggestion extends Command
|
||||
)
|
||||
));
|
||||
|
||||
$tmp_file = $this->container['root.path'] . '/tmp/dict' . $index . '.txt';
|
||||
$tmp_file = sys_get_temp_dir().'/dict' . $index . '.txt';
|
||||
|
||||
$databox = $this->getService('phraseanet.appbox')->get_databox($sbas_id);
|
||||
|
||||
|
Reference in New Issue
Block a user