mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Missing inclusion of plugin autoloader file
This commit is contained in:
@@ -38,6 +38,8 @@ class module_console_systemUpgrade extends Command
|
||||
$pluginAutoloader = rtrim($this->container['root.path'], '\\/') . '/plugins/autoload.php';
|
||||
|
||||
if (file_exists($pluginAutoloader)) {
|
||||
require_once $pluginAutoloader;
|
||||
|
||||
$serviceProvider = new \Alchemy\Phrasea\Core\Provider\PluginServiceProvider();
|
||||
$serviceProvider->register($this->getContainer());
|
||||
$serviceProvider->boot($this->getContainer());
|
||||
|
Reference in New Issue
Block a user