summaryrefslogtreecommitdiff
path: root/plugins/updater/updater.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-02 14:29:11 +0400
committerAndrew Dolgov <[email protected]>2013-04-02 14:29:11 +0400
commit8f2ad8e134e8d8110ec83ed4d14089549a63b5bb (patch)
treed62fe2d4611c2818993506797f5ffe0b4fe719ad /plugins/updater/updater.js
parent76f2113b359d3c488cc3a149237908cb3bbb535f (diff)
remove some old ?op syntax notation calls
Diffstat (limited to 'plugins/updater/updater.js')
-rw-r--r--plugins/updater/updater.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/updater/updater.js b/plugins/updater/updater.js
index 17452d734..40fcc871b 100644
--- a/plugins/updater/updater.js
+++ b/plugins/updater/updater.js
@@ -16,7 +16,7 @@ function updateSelf() {
notify_progress("Loading, please wait...", true);
new Ajax.Request("backend.php", {
- parameters: "?op=pluginhandler&plugin=updater&method=performUpdate&step=" + step +
+ parameters: "op=pluginhandler&plugin=updater&method=performUpdate&step=" + step +
"&params=" + param_escape(JSON.stringify(dialog.attr("update-params"))),
onComplete: function(transport) {
try {