New addon "convpath" - small changes and bugfixes for "facebook" #45

Merged
annando merged 9 commits from master into master 2012-04-16 01:01:27 +02:00
Showing only changes of commit 5938e5185a - Show all commits

View file

@ -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));