Fix error

This commit is contained in:
Simon Kornblith 2011-06-28 18:32:43 +00:00
parent 0d7ffcc1c1
commit cd783b3f49

View file

@ -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');