diff --git a/chrome/content/zotero/xpcom/plugins.js b/chrome/content/zotero/xpcom/plugins.js index e63991090d..5fa86f2f8f 100644 --- a/chrome/content/zotero/xpcom/plugins.js +++ b/chrome/content/zotero/xpcom/plugins.js @@ -168,7 +168,7 @@ Zotero.Plugins = new function () { } - this.getResourceURI = async function (id) { + this.getRootURI = async function (id) { var addon = await AddonManager.getAddonByID(id); return addon.getResourceURI().spec; };