]> git.mxchange.org Git - friendica.git/commitdiff
Community is always available
authorMichael <heluecht@pirati.ca>
Thu, 4 Jan 2018 14:09:44 +0000 (14:09 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 4 Jan 2018 14:09:44 +0000 (14:09 +0000)
include/nav.php

index 9e136276afb880e1e99b7d89bd31f7b5912e91b3..1bc9a3ae1d34ce602154c6d30e2a141e0c173577 100644 (file)
@@ -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'));
        }