X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsettings.php;h=5168589f7974a758e27d8b730e1f43594900ad83;hb=9285ba81786a715d4eebed7508e7dfcf96db475a;hp=c7659212bff242359a337e3e88b4cc4ef699d4a1;hpb=e884b0e579fc0cd3487863c618418743628dc1b1;p=friendica.git diff --git a/mod/settings.php b/mod/settings.php index c7659212bf..5168589f79 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1,6 +1,7 @@ config['register_policy'] == REGISTER_VERIFY) { @@ -629,7 +631,7 @@ function settings_post(&$a) { } - goaway('settings' ); + goaway('settings'); return; // NOTREACHED } @@ -1279,7 +1281,7 @@ function settings_content(&$a) { '$notify7' => array('notify7', t('You are tagged in a post'), ($notify & NOTIFY_TAGSELF), NOTIFY_TAGSELF, ''), '$notify8' => array('notify8', t('You are poked/prodded/etc. in a post'), ($notify & NOTIFY_POKE), NOTIFY_POKE, ''), - '$desktop_notifications' => array('desktop_notifications', t('Activate desktop notifications') , false, t('Show desktop popup on new notifications')), + '$desktop_notifications' => array('desktop_notifications', t('Activate desktop notifications') , false, t('Show desktop popup on new notifications')), '$email_textonly' => array('email_textonly', t('Text-only notification emails'), get_pconfig(local_user(),'system','email_textonly'),