fix twitter reply to functionality
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Jul 2010 18:13:57 +0000 (14:13 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Jul 2010 18:13:57 +0000 (14:13 -0400)
horde/js/twitterclient.js

index ce0846a..75cfef3 100644 (file)
@@ -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, {