fix appbox::get_instance issue

This commit is contained in:
Nicolas Le Goff
2012-03-13 14:47:43 +01:00
parent 95d25f8aec
commit 85292715de
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class module_console_fieldsList extends Command
public function execute(InputInterface $input, OutputInterface $output)
{
$appbox = \appbox::get_instance();
$appbox = \appbox::get_instance(\bootstrap::getCore());
foreach ($appbox->get_databoxes() as $databox)
{