auto-friend profiles showing up in directory as community pages

This commit is contained in:
Friendika 2011-07-28 19:18:07 -07:00
parent a45b94033e
commit 9b2ddb2cc2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function profile_init(&$a) {
profile_load($a,$which,$profile);
if((x($a->profile,'page-flags')) && ($a->profile['page-flags'] & PAGE_COMMUNITY)) {
if((x($a->profile,'page-flags')) && ($a->profile['page-flags'] == PAGE_COMMUNITY)) {
$a->page['htmlhead'] .= '<meta name="friendika.community" content="true" />';
}
if(x($a->profile,'openidserver'))