mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-22 01:18:59 +02:00
#11241 fixed inverse interval in module edit
This commit is contained in:
parent
4d3fe02601
commit
d4c3df295c
@ -1546,7 +1546,11 @@ if ($update_module === true || $create_module === true) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Inverse string checkbox.
|
// Inverse string checkbox.
|
||||||
if ($id_module_type === MODULE_TYPE_GENERIC_DATA_STRING || $id_module_type === MODULE_TYPE_ASYNC_STRING) {
|
if ($id_module_type === MODULE_TYPE_GENERIC_DATA_STRING
|
||||||
|
|| $id_module_type === MODULE_TYPE_ASYNC_STRING
|
||||||
|
|| $id_module_type === MODULE_TYPE_REMOTE_TCP_STRING
|
||||||
|
|| $id_module_type === MODULE_TYPE_REMOTE_CMD_STRING
|
||||||
|
) {
|
||||||
// Warning inverse string checkbox.
|
// Warning inverse string checkbox.
|
||||||
$warning_string_checkbox = get_parameter('warning_inverse_string');
|
$warning_string_checkbox = get_parameter('warning_inverse_string');
|
||||||
if (!empty($warning_string_checkbox) && $warning_string_checkbox === 'warning_inverse_string') {
|
if (!empty($warning_string_checkbox) && $warning_string_checkbox === 'warning_inverse_string') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user