From 5405da4f392988c0d396afd33be049ae64045c63 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 19 Jul 2010 22:17:31 +0200 Subject: URL for XML-RPC is in the property .url, not directly in XMLRPCData --- lib/rhbzpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rhbzpage.js') 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); }, -- cgit