aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/collectingMetadata.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/lib/collectingMetadata.js')
-rw-r--r--data/lib/collectingMetadata.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/lib/collectingMetadata.js b/data/lib/collectingMetadata.js
index a38f0fc..6fe57a4 100644
--- a/data/lib/collectingMetadata.js
+++ b/data/lib/collectingMetadata.js
@@ -132,8 +132,9 @@ AttachList.prototype.getBadAttachments = function getBadAttachments() {
*/
AttachList.prototype.addCheckXorgLogLink = function addCheckXorgLogLink() {
if (config.XorgLogAnalysis) {
- this.attachments.forEach(function (att) {
- att.checkXorgLink();
+ this.getXorgList().
+ forEach(function (att) {
+ att.checkXorgLink();
});
}
}