summaryrefslogtreecommitdiff
path: root/editconfig_gedcom.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-06-08 15:30:10 +0000
committerfisharebest <fisharebest@gmail.com>2010-06-08 15:30:10 +0000
commit8cfe5bdcd21d42e792bedf57a001622c27f2485f (patch)
treef8694779a2f2cf4aa988539a516e6246e8e5a188 /editconfig_gedcom.php
parent02207f4403a43a23b7ceb2cbe8e82bf8bc145831 (diff)
downloadwebtrees-8cfe5bdcd21d42e792bedf57a001622c27f2485f.tar.gz
webtrees-8cfe5bdcd21d42e792bedf57a001622c27f2485f.tar.bz2
webtrees-8cfe5bdcd21d42e792bedf57a001622c27f2485f.zip
Wrong variable used in edit-config
Diffstat (limited to 'editconfig_gedcom.php')
-rw-r--r--editconfig_gedcom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/editconfig_gedcom.php b/editconfig_gedcom.php
index 3bc05deaa0..90f141e167 100644
--- a/editconfig_gedcom.php
+++ b/editconfig_gedcom.php
@@ -623,7 +623,7 @@ print_header(i18n::translate('GEDCOM configuration'));
<?php echo i18n::translate('Enable RSS'), help_link('ENABLE_RSS'); ?>
</td>
<td class="optionbox width60">
- <?php echo radio_buttons('NEW_ALLOW_THEME_DROPDOWN', array(false=>'No',true=>'Yes'), $ALLOW_THEME_DROPDOWN, 'tabindex="'.(++$i).'"'); ?>
+ <?php echo radio_buttons('NEW_ENABLE_RSS', array(false=>'No',true=>'Yes'), $ENABLE_RSS, 'tabindex="'.(++$i).'"'); ?>
</td>
</tr>
<tr>