browser location issue but this may not fix it

This commit is contained in:
friendica 2013-07-29 01:18:42 -07:00
parent d002ff668a
commit 6295dff409
2 changed files with 2 additions and 2 deletions

View File

@ -1017,7 +1017,7 @@ function settings_content(&$a) {
'$email' => array('email', t('Email Address:'), $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:'), (intval(get_pconfig(local_user(),'system','use_browser_location')) == 1), ''),
'$allowloc' => array('allow_location', t('Use Browser Location:'), intval(get_pconfig(local_user(),'system','use_browser_location')), ''),
'$h_prv' => t('Security and Privacy Settings'),

View File

@ -1 +1 @@
2013-07-28.388
2013-07-29.389