mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
And again some removed notices
This commit is contained in:
parent
c7764068cc
commit
1f9c353bae
2 changed files with 2 additions and 2 deletions
|
@ -1391,7 +1391,7 @@ function pumpio_getallusers(&$a, $uid)
|
|||
}
|
||||
}
|
||||
|
||||
if (is_array($users->items)) {
|
||||
if (!empty($users->items)) {
|
||||
foreach ($users->items AS $user) {
|
||||
pumpio_get_contact($uid, $user);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue