Fix error
This commit is contained in:
parent
0d7ffcc1c1
commit
cd783b3f49
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue