commit a97d70da9eaccc88491cfc48f438628c296ea632
parent 1977ae1541c0143d23973c116b092f311c108db9
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 14 Dec 2010 17:39:06 +0000
Fix broken error reporting
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul
@@ -53,7 +53,7 @@
body += key + '=' + encodeURIComponent(parts[key]) + '&';
}
body = body.substr(0, body.length - 1);
- Zotero.Utilities.HTTP.doPost("http://www.zotero.org/repo/report", body,
+ Zotero.HTTP.doPost("http://www.zotero.org/repo/report", body,
_sendErrorReportCallback);
}