From 285f062197e7ffe18e2a1cf001f0f6eb8e8821fc Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 23 Sep 2008 19:19:21 -0400 Subject: Twitter bridge - Bugfix: You can now turn off brige via prefs darcs-hash:20080923231921-7b5ce-751490e59ae0a76cebf83eea98da902a63e39645.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 90abe72db..b0edb8ef0 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1111,7 +1111,7 @@ 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 - if ($flink) { + if ($flink->noticesync == 1) { if (!common_twitter_broadcast($notice, $flink)) { common_debug('Unable to send notice: ' . $notice->id . ' to Twitter.', __FILE__); } -- cgit v1.2.3-54-g00ecf