]> git.mxchange.org Git - friendica.git/blobdiff - mod/admin.php
Public federated items now always are having an entry with "uid=0"
[friendica.git] / mod / admin.php
index 3debb57bedf2072d2b1d02de3918df7ac9b5f093..7749cff6dcd3be23fb95a79e2ae5f294beb03964 100644 (file)
@@ -1262,6 +1262,7 @@ function admin_page_site(App $a)
 
        /* Community page style */
        $community_page_style_choices = [
+               CP_NO_INTERNAL_COMMUNITY => L10n::t("No community page for local users"),
                CP_NO_COMMUNITY_PAGE => L10n::t("No community page"),
                CP_USERS_ON_SERVER => L10n::t("Public postings from users of this site"),
                CP_GLOBAL_COMMUNITY => L10n::t("Public postings from the federated network"),