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

@@ -51,7 +51,7 @@ class module_console_checkExtension extends Command
$appbox = $this->getService('phraseanet.appbox');
$registry = $appbox->get_registry();
$registry = $this->container['phraseanet.registry'];
$usrId = $input->getArgument('usr_id');