viewcontacts - fix: tabmenu was not returned
This commit is contained in:
parent
895f6d03ce
commit
1f50db2b2a
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user