Remove get_registry method

This commit is contained in:
Romain Neutron
2012-09-28 14:19:48 +02:00
parent 65589f3b21
commit 58af2b4c9c
52 changed files with 109 additions and 146 deletions

View File

@@ -42,7 +42,7 @@ class module_console_sphinxGenerateSuggestion extends Command
define('SUGGEST_DEBUG', 0);
$appbox = $this->getService('phraseanet.appbox');
$registry = $appbox->get_registry();
$registry = $this->container['phraseanet.registry'];
$params = phrasea::sbas_params($this->container);