diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-08 15:30:10 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-08 15:30:10 +0000 |
| commit | 8cfe5bdcd21d42e792bedf57a001622c27f2485f (patch) | |
| tree | f8694779a2f2cf4aa988539a516e6246e8e5a188 /editconfig_gedcom.php | |
| parent | 02207f4403a43a23b7ceb2cbe8e82bf8bc145831 (diff) | |
| download | webtrees-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.php | 2 |
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> |
