aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libbugzilla.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index aa2d0b7..a1792ea 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -171,11 +171,10 @@ exports.getInstalledPackages = function getInstalledPackages(locationLoginObj, c
}
}
-
var allIdx = null;
if ((allIdx = enabledPackages.indexOf("all")) != -1) {
- enabledPackages = enabledPackages.splice(allIdx,
- Object.keys(config.gJSONData.commentPackages));
+ enabledPackages.splice(allIdx, 1);
+ enabledPackages = enabledPackages.concat(Object.keys(config.gJSONData.commentPackages));
}
// TODO To be decided, whether we cannot just eliminate packages in