From 6295dff409dcf376bad057cd5063a02268769486 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Jul 2013 01:18:42 -0700 Subject: browser location issue but this may not fix it --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/settings.php b/mod/settings.php index 6ab036437..943a3cc13 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -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'), -- cgit v1.2.3