Facebook: Deactivated the test output of messages without content.
This commit is contained in:
parent
54dd4989ce
commit
5938e5185a
1 changed files with 2 additions and 2 deletions
|
@ -1450,8 +1450,8 @@ function fb_consume_stream($uid,$j,$wall = false) {
|
|||
// $datarray['body'] = $entry->story;
|
||||
|
||||
// Adding the "story" text to see if there are useful data in it (testing)
|
||||
if (($datarray['app'] != "Events") and $entry->story)
|
||||
$datarray['body'] .= "\n".$entry->story;
|
||||
//if (($datarray['app'] != "Events") and $entry->story)
|
||||
// $datarray['body'] .= "\n".$entry->story;
|
||||
|
||||
if(trim($datarray['body']) == '') {
|
||||
logger('facebook: empty body '.$entry->id.' '.print_r($entry, true));
|
||||
|
|
Loading…
Reference in a new issue