mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Add Phraseanet CLI application
This commit is contained in:
@@ -77,7 +77,7 @@ class module_console_taskState extends Command
|
||||
return self::EXITCODE_BAD_ARGUMENT;
|
||||
}
|
||||
|
||||
$appbox = appbox::get_instance(\bootstrap::getCore());
|
||||
$appbox = $this->getService('phraseanet.appbox');
|
||||
$task_manager = new task_manager($appbox);
|
||||
|
||||
$taskPID = $taskState = NULL;
|
||||
|
Reference in New Issue
Block a user