]> git.mxchange.org Git - friendica.git/commitdiff
Deleted the lone comma between paratheses
authorrebeka-catalina <github@rct.in-berlin.de>
Sat, 8 Apr 2017 14:37:18 +0000 (16:37 +0200)
committerrebeka-catalina <github@rct.in-berlin.de>
Sat, 8 Apr 2017 14:37:18 +0000 (16:37 +0200)
mod/settings.php

index 6dae149b8b22cf592ece544fbb84fefa0edcff8a..58b64e77e3ff6bd9d5f6cf1ed2ce21c81fb6cf5b 100644 (file)
@@ -1168,8 +1168,7 @@ function settings_content(App $a) {
                $profile_in_dir = '<input type="hidden" name="profile_in_directory" value="1" />';
        } else {
                $profile_in_dir = replace_macros($opt_tpl,array(
-                       '$field'        => array('profile_in_directory', t('Publish your default profile in your local site directory?'), $profile['publish'], t("Depending on the server settings your profile may be visible in public."), array(t('No'),t('Yes'))),
-               ));
+                       '$field'        => array('profile_in_directory', t('Publish your default profile in your local site directory?'), $profile['publish'], t("Depending on the server settings your profile may be visible in public."), array(t('No'),t('Yes')))));
        }
 
        if (strlen(get_config('system','directory'))) {