Skip to content
Snippets Groups Projects
Commit 984110c4 authored by Xavier Jouslin de Noray's avatar Xavier Jouslin de Noray
Browse files

Init Plugin: fix plugin loading in initialisation

Gitlab: #1480
Change-Id: I75634fde7e818ccc6cae3881d38144275083d4be
parent e51f6493
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,7 @@ JamiPluginManager::loadPlugins()
{
#ifdef ENABLE_PLUGIN
bool status = true;
auto loadedPlugins = getLoadedPlugins();
auto loadedPlugins = jami::Manager::instance().pluginPreferences.getLoadedPlugins();
for (const auto& pluginPath : loadedPlugins) {
status &= loadPlugin(pluginPath);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment