Some notice in pump.io removed

This commit is contained in:
Michael 2018-12-03 06:52:46 +00:00
parent 742fffe7e7
commit 6048a2c304
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)) {