mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Add new command
This commit is contained in:
@@ -83,6 +83,8 @@ try {
|
||||
$app->add(new module_console_fieldsRename('fields:rename'));
|
||||
$app->add(new module_console_fieldsMerge('fields:merge'));
|
||||
|
||||
$app->add(new Alchemy\Phrasea\Command\RescanTechnicalDatas('records:rescan-technical-datas'));
|
||||
|
||||
$result_code = is_int($app->run()) ? : 1;
|
||||
} catch (Exception $e) {
|
||||
echo sprintf("an error occured : %s", $e->getMessage());
|
||||
|
Reference in New Issue
Block a user