From 7320327fa199901b25b98a3c6c52ca46a008847c Mon Sep 17 00:00:00 2001 From: rebeka-catalina Date: Sat, 8 Apr 2017 16:37:18 +0200 Subject: [PATCH] Deleted the lone comma between paratheses --- mod/settings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/settings.php b/mod/settings.php index 6dae149b8b..58b64e77e3 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1168,8 +1168,7 @@ function settings_content(App $a) { $profile_in_dir = ''; } 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'))) { -- 2.39.5