diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 20:32:10 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 20:39:50 +0100 |
commit | 5002c89470b511dea3bb8eb64c81a71b7788fa0f (patch) | |
tree | abdda09ec1f429fb6ae3d72b9f5182ca48efaf8f /lib/Fripost/Panel | |
parent | 28efba729bbd2687016cf122c1b01c2e8b09c202 (diff) |
wibble
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 { |