pumpio: wrong date, fromgplus: better support of albums #190

Merged
annando merged 2 commits from master into master 2014-05-16 07:36:51 +02:00
Showing only changes of commit a43f2041d3 - Show all commits

View file

@ -678,11 +678,11 @@ function pumpio_fetchtimeline(&$a, $uid) {
if (count($posts)) {
foreach ($posts as $post) {
if ($post->generator->published <= $initiallastdate)
if ($post->published <= $initiallastdate)
continue;
if ($lastdate < $post->generator->published)
$lastdate = $post->generator->published;
if ($lastdate < $post->published)
$lastdate = $post->published;
if ($first_time)
continue;