From f678be0be71c2e67f4cedd3c7a20af233bc9a276 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 30 Jun 2010 20:06:21 -0400 Subject: [PATCH] use home_timeline, not friends_timeline, which is deprecated. --- horde/lib/Block/twitter_timeline.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index 306dbd271..3a0a0e2e7 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -127,7 +127,7 @@ class Horde_Block_Horde_twitter_timeline extends Horde_Block /* Fetch the stream data */ try { - $stream = Horde_Serialize::unserialize($twitter->statuses->friendsTimeline(), Horde_Serialize::JSON); + $stream = Horde_Serialize::unserialize($twitter->statuses->homeTimeline(), Horde_Serialize::JSON); } catch (Horde_Service_Twitter_Exception $e) { $msg = Horde_Serialize::unserialize($e->getMessage(), Horde_Serialize::JSON); return $msg @@ -214,6 +214,7 @@ class Horde_Block_Horde_twitter_timeline extends Horde_Block }, retweet: function(id) { + {$spinner}.toggle(); params = { actionID: 'retweet', tweetId: id -- 2.11.0