mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-16 04:13:17 +00:00
Monotone-Parent: f78d6c1977f38e0b364a106d6c32efb377c0bdea
Monotone-Revision: 8478b12e221a5c783be93f387cf4f4e1de33d3f9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-20T19:23:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -355,7 +355,7 @@ function triggerAjaxRequest(url, callback, userdata, content, headers) {
|
||||
cLength = "" + content.length;
|
||||
http.setRequestHeader("Content-Length", "" + cLength);
|
||||
}
|
||||
http.send(content);
|
||||
http.send(content ? content : "");
|
||||
}
|
||||
else {
|
||||
log("triggerAjaxRequest: error creating HTTP Client!");
|
||||
|
||||
Reference in New Issue
Block a user