aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index 7e930a3..da2ce7c 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -78,7 +78,9 @@ var RHBugzillaPage = function RHBugzillaPage(win, config) {
this.XorgLogAttListIndex = 0;
this.attachments = this.getAttachments();
this.markBadAttachments();
- this.setDefaultAssignee();
+ if (this.constantData.defaultAssignee) {
+ this.setDefaultAssignee();
+ }
// Dig out backtrace
this.btSnippet = "";