Bug 1053745 followup - update to correct property rename from review fixes, r=gfritzsche

--HG--
extra : rebase_source : 78063f0227322fd6f580adfea95039dbcad01fb5
This commit is contained in:
Benjamin Smedberg 2014-10-08 10:22:28 -04:00
parent e8c1a0cc2b
commit f5577d1976

View File

@ -989,7 +989,7 @@ AddonsProvider.prototype = Object.freeze({
// We count plugins separately below.
if (addon.type == "plugin") {
if (addon.gmPlugin) {
if (addon.isGMPlugin) {
data.gmPlugins[addon.id] = {
version: addon.version,
userDisabled: addon.userDisabled,