diff options
Diffstat (limited to 'lib/Fripost/Panel')
-rw-r--r-- | lib/Fripost/Panel/Interface.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fripost/Panel/Interface.pm b/lib/Fripost/Panel/Interface.pm index 79b77aa..fc27158 100644 --- a/lib/Fripost/Panel/Interface.pm +++ b/lib/Fripost/Panel/Interface.pm @@ -560,7 +560,7 @@ sub mkDesc { } my @single_valued_keys = qw/isActive/; -my @multi_valued_keys = qw/description catchAlls +my @multi_valued_keys = qw/description catchAll canAddAlias canAddList/; sub fill_HTML_template_from_entry { |