From cd783b3f498d4301ee3b1fa2df2cb8652b9c5d55 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 28 Jun 2011 18:32:43 +0000 Subject: [PATCH] Fix error --- chrome/content/zotero/xpcom/connector/connector_debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');