Remove use of databox singleton

This commit is contained in:
Romain Neutron
2012-07-26 12:28:41 +02:00
parent 0deed1fc7b
commit fb95aad718
20 changed files with 56 additions and 57 deletions

View File

@@ -57,7 +57,7 @@ class module_console_sphinxGenerateSuggestion extends Command
$tmp_file = $registry->get('GV_RootPath') . 'tmp/dict' . $index . '.txt';
$databox = databox::get_instance($sbas_id);
$databox = $appbox->get_databox($sbas_id);
$output->writeln("process Databox " . $databox->get_viewname() . " / $index\n");