Fixed bug in custom unit #4166

This commit is contained in:
Tatiana Llorente 2019-08-21 13:38:53 +02:00
parent d42bcd17c2
commit d515e510f3
1 changed files with 1 additions and 1 deletions

View File

@ -1382,7 +1382,7 @@ if ($update_module || $create_module) {
$each_ff = (int) get_parameter('each_ff');
$ff_timeout = (int) get_parameter('ff_timeout');
$unit = (string) get_parameter('unit_select');
if ($unit == 'none') {
if ($unit == 'none' || $unit == '') {
$unit = (string) get_parameter('unit_text');
}