mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Update console commands
This commit is contained in:
@@ -62,8 +62,7 @@ class module_console_schedulerState extends Command
|
||||
return self::EXITCODE_SETUP_ERROR;
|
||||
}
|
||||
|
||||
$appbox = $this->getService('phraseanet.appbox');
|
||||
$task_manager = new task_manager($appbox);
|
||||
$task_manager = new task_manager($this->container);
|
||||
|
||||
$exitCode = 0;
|
||||
$state = $task_manager->getSchedulerState();
|
||||
|
Reference in New Issue
Block a user