From 41b8c91c6b4f37c61983d0f8f94877bfcd0eb6d2 Mon Sep 17 00:00:00 2001 From: zach Date: Sun, 16 Nov 2008 21:46:24 -0500 Subject: trac685 Twitter bridge - Sync Twitter friends darcs-hash:20081117024624-462f3-91f148111c2c43ddd302fc63cfa8c8ef14e1f38e.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 7dfbc1578..bf96be264 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1266,7 +1266,7 @@ function common_save_replies($notice) { function common_broadcast_notice($notice, $remote=false) { // Check to see if notice should go to Twitter - $flink = Foreign_link::getForeignLink($notice->profile_id, 1); // 1 == Twitter + $flink = Foreign_link::getByUserID($notice->profile_id, 1); // 1 == Twitter if (($flink->noticesync & FOREIGN_NOTICE_SEND) == FOREIGN_NOTICE_SEND) { // If it's not a Twitter-style reply, or if the user WANTS to send replies... -- cgit v1.2.3-54-g00ecf