diff --git a/core/src/core/src/pydio/Core/PluginFramework/PluginsService.php b/core/src/core/src/pydio/Core/PluginFramework/PluginsService.php index 6d244828f4..f7055e3001 100644 --- a/core/src/core/src/pydio/Core/PluginFramework/PluginsService.php +++ b/core/src/core/src/pydio/Core/PluginFramework/PluginsService.php @@ -230,7 +230,7 @@ private function initRepositoryPlugins($ctx){ /** @var AbstractAccessDriver $plugInstance */ $plugInstance = $this->getPluginByTypeName("access", $accessType); if(!$plugInstance instanceof AbstractAccessDriver){ - throw new RepositoryLoadException($repository, "Could not load plugin as an AccessDriver"); + throw new RepositoryLoadException($repository, ["Could not load plugin as an accessDriver"]); } // TRIGGER BEFORE INIT META