www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit cd783b3f498d4301ee3b1fa2df2cb8652b9c5d55
parent 0d7ffcc1c142c28ac8d0769d5e33d3e92af78d7c
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 28 Jun 2011 18:32:43 +0000

Fix error


Diffstat:
Mchrome/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 @@ -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');