Fix tasks for 3.6+

This commit is contained in:
Romain Neutron
2012-03-27 14:43:05 +02:00
parent 5b0963e5f2
commit 5427d334c3
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ class module_console_systemExport extends Command
$output->writeln("Export datas from selected base_ids");
}
$appbox = \appbox::get_instance();
$appbox = \appbox::get_instance(\bootstrap::getCore());
$total = $errors = 0;