diff options
-rw-r--r-- | lib/rhbzpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js index f68bf38..7dff883 100644 --- a/lib/rhbzpage.js +++ b/lib/rhbzpage.js @@ -814,7 +814,7 @@ RHBugzillaPage.prototype.fixAttachById = function(id, type, email) { // docs/en/html/api/extensions/compat_xmlrpc/code/webservice.html // test on https://bugzilla.redhat.com/show_bug.cgi?id=485145 Request({ - url: this.constantData.XMLRPCData[this.hostname], + url: this.constantData.XMLRPCData[this.hostname].url, onComplete: function() { that.fixingMIMECallBack.call(that); }, |