]> git.mxchange.org Git - friendica.git/blobdiff - mod/viewcontacts.php
Merge remote-tracking branch 'upstream/develop' into 1607-api-generic-xml
[friendica.git] / mod / viewcontacts.php
index 2e71bc7abee3c4a61aa75fa409e0a40fa57dde1a..2eae8fec8e41813cdf3e21d19e80c584d6a71d40 100644 (file)
@@ -43,7 +43,7 @@ function viewcontacts_content(&$a) {
 
        if(((! count($a->profile)) || ($a->profile['hide-friends']))) {
                notice( t('Permission denied.') . EOL);
-               return;
+               return $o;
        }
 
        $r = q("SELECT COUNT(*) AS `total` FROM `contact`