start on contacts/profiles

This commit is contained in:
friendica
2012-08-30 18:17:38 -07:00
parent f6d198ce5d
commit eac29badb2
28 changed files with 102 additions and 104 deletions

View File

@@ -18,7 +18,7 @@ function viewcontacts_content(&$a) {
return;
}
if(((! count($a->profile)) || ($a->profile['hide-friends']))) {
if(((! count($a->profile)) || ($a->profile['hide_friends']))) {
notice( t('Permission denied.') . EOL);
return;
}