From 89361851c07874cbd61c27e32026e39a024ad2a7 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 12 Nov 2012 15:26:38 -0500 Subject: [PATCH] Don't list disabled extensions in error reports --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 6cfb909c3..f5c8cf3c3 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1259,6 +1259,7 @@ const ZOTERO_CONFIG = { function onHaveInstalledAddons(installed) { var addons = []; for each(var addon in installed) { + if(addon.appDisabled || addon.userDisabled) continue; switch (addon.id) { case "zotero@chnm.gmu.edu": case "{972ce4c6-7e08-4474-a285-3208198ce6fd}": // Default theme