From: Michael Vogel Date: Tue, 24 Jul 2018 02:19:48 +0000 (+0200) Subject: Merge branch 'develop' into notices-again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=429b9c9f4a2b97d77e824dceabd13b3063c80d47;p=friendica-addons.git Merge branch 'develop' into notices-again --- 429b9c9f4a2b97d77e824dceabd13b3063c80d47 diff --cc pumpio/pumpio.php index 14ce1396,fb96d5b6..c0f36c1d --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@@ -1391,8 -1391,8 +1391,8 @@@ function pumpio_getallusers(App &$a, $u } } - if (is_array($users->items)) { + if (!empty($users->items)) { - foreach ($users->items AS $user) { + foreach ($users->items as $user) { pumpio_get_contact($uid, $user); } }