From 6ff3e876504bab769ebf557cb5fd90ec52dfc3e7 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 3 May 2009 03:13:02 +0000 Subject: [PATCH] edit any config item --- httemplate/config/config.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 7f2e6670d..8d5b1ae43 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -289,8 +289,7 @@ Setting <% $key %> <%once> my $conf = new FS::Conf; -my @config_items = grep { $_->key != ~/^invoice_(html|latex|template)/ } - $conf->config_items; +my @config_items = $conf->config_items; my %confitems = map { $_->key => $_ } @config_items; -- 2.11.0