diff options
Diffstat (limited to 'Zotlabs/Module/Connections.php')
-rw-r--r-- | Zotlabs/Module/Connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connections.php b/Zotlabs/Module/Connections.php index a412d16ae..a0375cebb 100644 --- a/Zotlabs/Module/Connections.php +++ b/Zotlabs/Module/Connections.php @@ -228,7 +228,7 @@ class Connections extends \Zotlabs\Web\Controller { $contacts = array(); - if(count($r)) { + if($r) { foreach($r as $rr) { if($rr['xchan_url']) { |