Facebook: Better check for empty posts, performance improvement when syncing.

This commit is contained in:
Michael Vogel 2014-12-22 23:22:33 +01:00
parent 96df32ce35
commit bc8345d596
2 changed files with 8 additions and 3 deletions

View file

@ -1007,7 +1007,7 @@ function fbsync_fetchfeed($a, $uid) {
require_once('include/items.php');
//if ($last_updated == "")
if ($last_updated == "")
$last_updated = 0;
logger("fbsync_fetchfeed: fetching content for user ".$self_id);