]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/updater/updater.js
remove some old ?op syntax notation calls
[tt-rss.git] / plugins / updater / updater.js
index 17452d7342cc833c3bd18d1f9d85e8ceca0f2c58..40fcc871b15df7df5a176b822b6ea4d4a4a61c6f 100644 (file)
@@ -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 {