diff --git a/chrome/content/zotero/xpcom/connector/connector_debug.js b/chrome/content/zotero/xpcom/connector/connector_debug.js index 6b35a98f4..3175a5fb1 100644 --- a/chrome/content/zotero/xpcom/connector/connector_debug.js +++ b/chrome/content/zotero/xpcom/connector/connector_debug.js @@ -67,7 +67,7 @@ Zotero.Connector_Debug = new function() { callback(true, reportID); } - Zotero.HTTP.doPost("http://www.zotero.org/repo/report?debug=1", output, + Zotero.HTTP.doPost("http://www.zotero.org/repo/report?debug=1", Zotero.Debug.get(), function(xmlhttp) { if (!xmlhttp.responseXML) { callback(false, 'Invalid response from server');