From 6048a2c3044372a68a6e12f44c762139d3678592 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Dec 2018 06:52:46 +0000 Subject: [PATCH] Some notice in pump.io removed --- pumpio/pumpio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {