mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
More checks on cache returned values.
Switched to Redis in tests.
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
use Alchemy\Phrasea\CLI;
|
||||
|
||||
return call_user_func(function (CLI $cli) {
|
||||
$app = $cli; if ($app['plugins.manager']->isEnabled('web-gallery-plugin')) {
|
||||
$cli->command(Alchemy\WebGallery\Command\InstallCommand::create()); $cli->command(Alchemy\WebGallery\Command\UninstallCommand::create()); $cli->command(Alchemy\WebGallery\Command\UpdateCommand::create()); }
|
||||
|
||||
$app = $cli;
|
||||
return $cli;
|
||||
}, $cli);
|
||||
|
Reference in New Issue
Block a user