]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Merge pull request #4195 from zeroadam/ContactSelector-#3878
[friendica.git] / 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'));
        }