From 4018885640d3864a7d4039f4a3ec297e8c8443b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20H=C3=B6=C3=9Fl?= Date: Tue, 17 Apr 2012 18:18:58 +0000 Subject: [PATCH] Synchronizing comments and likes of individual FB-comments --- facebook/facebook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facebook/facebook.php b/facebook/facebook.php index 9501d95d1..aa388a177 100644 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -1327,7 +1327,7 @@ function fb_consume_all($uid) { } } // Get the last date - $lastdate = get_pconfig($uid,'facebook','lastdate') - 10000; + $lastdate = get_pconfig($uid,'facebook','lastdate'); // fetch all items since the last date $j = fb_get_timeline($access_token, $lastdate); if (isset($j->data)) {