#11322 fixed type
This commit is contained in:
parent
55794b640a
commit
cfa61f0726
|
@ -327,7 +327,7 @@ $table->data[10][2] = __('Discard unknown events');
|
||||||
$table->data[10][3] = html_print_checkbox(
|
$table->data[10][3] = html_print_checkbox(
|
||||||
'throw_unknown_events',
|
'throw_unknown_events',
|
||||||
1,
|
1,
|
||||||
network_components_is_disable_type_event(($id === '0') ? false : $id, EVENTS_GOING_UNKNOWN),
|
network_components_is_disable_type_event(($id === 0) ? false : $id, EVENTS_GOING_UNKNOWN),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue