From: Michael Date: Thu, 4 Jan 2018 14:09:44 +0000 (+0000) Subject: Community is always available X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=505474e1182ac9c5db6c0809e400e2603b54dad8;p=friendica.git Community is always available --- 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')); }