From 5c83158de91985ee27ab730fc906f03a802b02e7 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 18 Jul 2010 14:13:57 -0400 Subject: [PATCH] fix twitter reply to functionality --- horde/js/twitterclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/js/twitterclient.js b/horde/js/twitterclient.js index ce0846aa1..75cfef316 100644 --- a/horde/js/twitterclient.js +++ b/horde/js/twitterclient.js @@ -51,7 +51,7 @@ var Horde_Twitter = Class.create({ params = { actionID: 'updateStatus', statusText: statusText, - params: { 'in_reply_to_status_id': this.inReplyTo } + inReplyTo: this.inReplyTo }; new Ajax.Request(this.opts.endpoint, { -- 2.11.0