From: Michael Date: Mon, 3 Dec 2018 06:52:46 +0000 (+0000) Subject: Some notice in pump.io removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6048a2c3044372a68a6e12f44c762139d3678592;p=friendica-addons.git Some notice in pump.io removed --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 4d196418..fa0365ed 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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)) {