aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index d63257b..20dac39 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -464,7 +464,7 @@ RHBugzillaPage.prototype.markBadAttachments = function() {
Array.forEach(badAttachments, function(x) {
this.fixAttachById(x[1]);
}, that);
- }, [], false, "f");
+ }, [], false, null, "f");
badAttachments.forEach(function(x, i, a) {
this.addTextLink(x);
}, this);