Add Phraseanet CLI application

This commit is contained in:
Romain Neutron
2012-07-26 19:52:45 +02:00
parent f5340ffbad
commit c35eeb21f0
26 changed files with 227 additions and 222 deletions

View File

@@ -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;