From: Michael J. Rubinsky Date: Sun, 18 Jul 2010 18:13:57 +0000 (-0400) Subject: fix twitter reply to functionality X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5c83158de91985ee27ab730fc906f03a802b02e7;p=horde.git fix twitter reply to functionality --- 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, {