diff options
Diffstat (limited to 'httemplate/config/config-process.cgi')
-rw-r--r-- | httemplate/config/config-process.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index fe04b324c..a78f3978c 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -26,7 +26,7 @@ % #$conf->delete($i->key); % push @delete, $i->key; % } -% } elsif ( $type eq 'text' || $type eq 'select' ) { +% } elsif ( $type eq 'text' || $type eq 'select' || $type eq 'select-sub' ) { % if ( $cgi->param($i->key. $n) ne '' ) { % $conf->set($i->key, $cgi->param($i->key. $n)); % } else { |