diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-20 20:37:06 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-20 20:37:06 -0800 |
commit | f3ec818a66e7909bcb744868cfef43c3481c4e43 (patch) | |
tree | 4792cdfcf9fa1a4240626a93dc7155448f549bb9 /Zotlabs/Module/Connections.php | |
parent | a270ca51014e8bf98554bd5e8eda33a44aa60460 (diff) | |
download | volse-hubzilla-f3ec818a66e7909bcb744868cfef43c3481c4e43.tar.gz volse-hubzilla-f3ec818a66e7909bcb744868cfef43c3481c4e43.tar.bz2 volse-hubzilla-f3ec818a66e7909bcb744868cfef43c3481c4e43.zip |
abook_vcard cleanup
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']) { |