mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +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';
|
$pluginAutoloader = rtrim($this->container['root.path'], '\\/') . '/plugins/autoload.php';
|
||||||
|
|
||||||
if (file_exists($pluginAutoloader)) {
|
if (file_exists($pluginAutoloader)) {
|
||||||
|
require_once $pluginAutoloader;
|
||||||
|
|
||||||
$serviceProvider = new \Alchemy\Phrasea\Core\Provider\PluginServiceProvider();
|
$serviceProvider = new \Alchemy\Phrasea\Core\Provider\PluginServiceProvider();
|
||||||
$serviceProvider->register($this->getContainer());
|
$serviceProvider->register($this->getContainer());
|
||||||
$serviceProvider->boot($this->getContainer());
|
$serviceProvider->boot($this->getContainer());
|
||||||
|
Reference in New Issue
Block a user