X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fviewcontacts.php;h=2eae8fec8e41813cdf3e21d19e80c584d6a71d40;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=2e71bc7abee3c4a61aa75fa409e0a40fa57dde1a;hpb=6c22cb917aa7f3a9284b48011b67e81dceccf6b9;p=friendica.git diff --git a/mod/viewcontacts.php b/mod/viewcontacts.php index 2e71bc7abe..2eae8fec8e 100644 --- a/mod/viewcontacts.php +++ b/mod/viewcontacts.php @@ -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`