Community is always available

2022.09-rc
Michael 2018-01-04 14:09:44 +00:00
rodzic 0b5f7da270
commit 505474e118
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'));
}