Cleanup after merge

This commit is contained in:
Romain Neutron
2012-03-20 21:29:20 +01:00
parent 384552d4b8
commit 415be93920
3 changed files with 3 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ class module_console_checkExtension extends Command
if (!extension_loaded('phrasea2'))
printf("Missing Extension php-phrasea");
$appbox = \appbox::get_instance();
$appbox = \appbox::get_instance(\bootstrap::getCore());
$registry = $appbox->get_registry();
$usr_id = $input->getOption('usr_id');