events.pm: get_events without setting listen keys

The option set_no_listen_keys can be used to not check and generate missing
listening keys.
This commit is contained in:
Milan
2021-02-01 23:04:05 +01:00
parent ef84ca07a3
commit 7926fa41d7
2 changed files with 6 additions and 2 deletions

View File

@@ -529,7 +529,8 @@ sub get_events ($$) {
base_url => '',
params => {
checked => {
template => ''
template => '',
set_no_listen_keys => ($options->{set_no_listen_keys}//'') ? 1:0
}
}
},