summaryrefslogtreecommitdiff
path: root/misc/drupal.js
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-06 09:25:22 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-06 09:25:22 +0000
commita19acb219e249693357daeb037165eaf19a70b33 (patch)
treec7d04eacff376e51303c55e773153b8c898086a8 /misc/drupal.js
parente31f7abd42b4905ec0aa4961c7d920e373c012d9 (diff)
downloadbrdo-a19acb219e249693357daeb037165eaf19a70b33.tar.gz
brdo-a19acb219e249693357daeb037165eaf19a70b33.tar.bz2
- Patch #35924 by Neil: improved the update system.
Diffstat (limited to 'misc/drupal.js')
-rw-r--r--misc/drupal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.js b/misc/drupal.js
index c2ee52332..f1af13be1 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -67,7 +67,7 @@ function HTTPGet(uri, callbackFunction, callbackParameter) {
/**
* Creates an HTTP POST request and sends the response to the callback function
*/
-function HTTPPost(uri, object, callbackFunction, callbackParameter) {
+function HTTPPost(uri, callbackFunction, callbackParameter, object) {
var xmlHttp = new XMLHttpRequest();
var bAsync = true;
if (!callbackFunction) {