diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-02-14 13:53:12 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-02-14 13:53:12 -0800 |
commit | c69e68e25b519c7f9d2ad47cb0ae6fc90c0f016c (patch) | |
tree | 01194a89da88ab2f09323c3dcff46c776dc3bc00 | |
parent | 48a6f92e462bcbcd9ef3aed9c613da0d59716fcc (diff) |
fix error message when an action isn't selected
-rw-r--r-- | httemplate/edit/process/part_event.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/part_event.html b/httemplate/edit/process/part_event.html index 6c6249cc1..4d52e7bc6 100644 --- a/httemplate/edit/process/part_event.html +++ b/httemplate/edit/process/part_event.html @@ -75,7 +75,7 @@ } ( $option => $value ); } - @{ $object->option_fields_listref }; + @{ $object->option_fields_listref || [] }; }, 'precheck_callback' => sub { |