mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Fix tasks for 3.6+
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user