summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 26a618f58..f81feb06c 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -2019,7 +2019,7 @@ function cdmClicked(event, id) {
new Ajax.Request("backend.php", {
parameters: query,
onComplete: function(transport) {
- handle_json_reply(transport);
+ handle_rpc_json(transport);
} });
return true;