mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Fix #1661 : Use bin/setup for plugin manipulation to avoid plugin failures
This commit is contained in:
@@ -27,7 +27,7 @@ class ListPlugin extends AbstractPluginCommand
|
||||
->addOption('json', 'j', InputOption::VALUE_NONE, 'Output result in JSON');
|
||||
}
|
||||
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
protected function doExecutePluginAction(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$plugins = array_map(function (Plugin $plugin) use ($input) {
|
||||
if ($plugin->isErroneous()) {
|
||||
|
Reference in New Issue
Block a user