diff --git a/js/Feeds.js b/js/Feeds.js index 70b5176f4..9fda2a176 100644 --- a/js/Feeds.js +++ b/js/Feeds.js @@ -627,7 +627,7 @@ define(["dojo/_base/declare"], function (declare) { updateRandom: function() { console.log("in update_random_feed"); - xhrPost("backend.php", {op: "rpc", method: "updateRandom"}, (transport) => { + xhrPost("backend.php", {op: "rpc", method: "updaterandomfeed"}, (transport) => { App.handleRpcJson(transport, true); }); },