From 505474e1182ac9c5db6c0809e400e2603b54dad8 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 4 Jan 2018 14:09:44 +0000 Subject: [PATCH] Community is always available --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); }