Community is always available
This commit is contained in:
parent
0b5f7da270
commit
505474e118
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ function nav_info(App $a)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Config::get('system', 'community_page_style') != CP_NO_COMMUNITY_PAGE) {
|
if (local_user() || Config::get('system', 'community_page_style') != CP_NO_COMMUNITY_PAGE) {
|
||||||
$nav['community'] = array('community', t('Community'), '', t('Conversations on this and other servers'));
|
$nav['community'] = array('community', t('Community'), '', t('Conversations on this and other servers'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue