]> git.mxchange.org Git - friendica.git/commitdiff
Warning, that profile published in local directory may be visible in public
authorrebeka-catalina <github@rct.in-berlin.de>
Sat, 8 Apr 2017 11:21:35 +0000 (13:21 +0200)
committerrebeka-catalina <github@rct.in-berlin.de>
Sat, 8 Apr 2017 11:21:35 +0000 (13:21 +0200)
mod/settings.php

index 3c7e59ac6cee43843e219200e1718d477a92c331..367d3c2100ad7cfccd496e359786e83c4bcdcdd3 100644 (file)
@@ -1174,7 +1174,7 @@ function settings_content(App $a) {
 
        if (strlen(get_config('system','directory'))) {
                $profile_in_net_dir = replace_macros($opt_tpl,array(
-                       '$field'        => array('profile_in_netdirectory', t('Publish your default profile in the global social directory?'), $profile_in_dire     ctory,t("Depending on the server settings your profile may be visible in public."), $profile['net-publish'], '', array(t('No'),t('Yes'))),
+                       '$field'        => array('profile_in_netdirectory', t('Publish your default profile in the global social directory?'), $profile_in_directory,t("Depending on the server settings your profile may be visible in public."), $profile['net-publish'], '', array(t('No'),t('Yes'))),
                ));
        } else {
                $profile_in_net_dir = '';