aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-29 01:18:42 -0700
committerfriendica <info@friendica.com>2013-07-29 01:18:42 -0700
commit6295dff409dcf376bad057cd5063a02268769486 (patch)
tree9b21e73774b1ac04cd22961e717e1c24cc205e81 /mod
parentd002ff668aee672d7a49cd744d6797eb616b9152 (diff)
downloadvolse-hubzilla-6295dff409dcf376bad057cd5063a02268769486.tar.gz
volse-hubzilla-6295dff409dcf376bad057cd5063a02268769486.tar.bz2
volse-hubzilla-6295dff409dcf376bad057cd5063a02268769486.zip
browser location issue but this may not fix it
Diffstat (limited to 'mod')
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
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'),