From 2638761762d37f8336f396755ecf4a3e607757c0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 23 Feb 2012 07:03:32 +0100 Subject: [PATCH] reverted changes to FB connector, see comment to pull request #10 from annando --- facebook/facebook.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/facebook/facebook.php b/facebook/facebook.php index d0670156..6b6c7f84 100755 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -953,10 +953,8 @@ function fb_consume_stream($uid,$j,$wall = false) { // don't store post if we don't have a contact if(! x($datarray,'contact-id')) { - // Test: Workaround for page entries - $datarray['contact-id'] = $self[0]['id']; - //logger('no contact: post ignored'); - //continue; + logger('no contact: post ignored'); + continue; } $datarray['verb'] = ACTIVITY_POST;