diff --git a/include/nav.php b/include/nav.php index 9e136276af..1bc9a3ae1d 100644 --- a/include/nav.php +++ b/include/nav.php @@ -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')); }