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:
@@ -529,7 +529,8 @@ sub get_events ($$) {
|
||||
base_url => '',
|
||||
params => {
|
||||
checked => {
|
||||
template => ''
|
||||
template => '',
|
||||
set_no_listen_keys => ($options->{set_no_listen_keys}//'') ? 1:0
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user