Some notice in pump.io removed

This commit is contained in:
Michael 2018-12-03 06:52:46 +00:00
parent 742fffe7e7
commit 6048a2c304

View file

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