From a97d70da9eaccc88491cfc48f438628c296ea632 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 14 Dec 2010 17:39:06 +0000 Subject: [PATCH] Fix broken error reporting --- chrome/content/zotero/errorReport.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul index 336610a89e..0e9198b3eb 100644 --- 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); }