From: Tobias Diekershoff Date: Sat, 24 Jan 2015 08:40:01 +0000 (+0100) Subject: use type email in users settings as well X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eaaed02ffd6d546f4d2a8085915d48375bd0e8cf;p=friendica.git use type email in users settings as well --- diff --git a/mod/settings.php b/mod/settings.php index 4c64e4da63..b01c4fabde 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1126,7 +1126,7 @@ function settings_content(&$a) { '$h_basic' => t('Basic Settings'), '$username' => array('username', t('Full Name:'), $username,''), - '$email' => array('email', t('Email Address:'), $email, ''), + '$email' => array('email', t('Email Address:'), $email, '', '', '', 'email'), '$timezone' => array('timezone_select' , t('Your Timezone:'), select_timezone($timezone), ''), '$defloc' => array('defloc', t('Default Post Location:'), $defloc, ''), '$allowloc' => array('allow_location', t('Use Browser Location:'), ($a->user['allow_location'] == 1), ''),