Some notice in pump.io removed #780

Merged
annando merged 1 commits from notice-pumpio into develop 2018-12-03 13:38:35 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1392,7 +1392,7 @@ function pumpio_fetchinbox(App $a, $uid)
return;
}
if ($user->items) {
if (!empty($user->items)) {
$posts = array_reverse($user->items);
if (count($posts)) {