diff --git a/plugins/Marketplace/PackageList.py b/plugins/Marketplace/PackageList.py index a9d4e698ed..d50e19d514 100644 --- a/plugins/Marketplace/PackageList.py +++ b/plugins/Marketplace/PackageList.py @@ -54,7 +54,7 @@ class PackageList(ListModel): self._license_model = LicenseModel() - plugin_path = PluginRegistry.getInstance().getPluginPath("Marketplace") + plugin_path = self._plugin_registry.getPluginPath("Marketplace") if plugin_path is None: plugin_path = os.path.dirname(__file__)