summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-31 22:53:46 +0000
committerZach Copley <zach@status.net>2009-12-31 22:53:46 +0000
commite6c8f6a8f81eb62226954275ff157838b7f51107 (patch)
tree36204f29be282dabcf6ebe6eda5b2b98cc0e6310
parent962eed904c53980c0e037e78daa701974faed9c1 (diff)
Removed crazy redundant broadcasting of notices by the FB app
-rw-r--r--plugins/Facebook/facebookaction.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Facebook/facebookaction.php b/plugins/Facebook/facebookaction.php
index 6abf31b0b..bf9c037a5 100644
--- a/plugins/Facebook/facebookaction.php
+++ b/plugins/Facebook/facebookaction.php
@@ -399,9 +399,6 @@ class FacebookAction extends Action
common_broadcast_notice($notice);
- // Also update the user's Facebook status
- facebookBroadcastNotice($notice);
-
}
}