The post process value in module options no longer take repeated numbers. Ticket #2431
This commit is contained in:
parent
e4a93d9bab
commit
cbfab4781b
|
@ -835,7 +835,7 @@ if ($update_module || $create_module) {
|
|||
// where are very big and PHP uses scientific notation, p.e:
|
||||
// 1.23E-10 is 0.000000000123
|
||||
|
||||
$post_process = (string) get_parameter ('post_process', 0.0);
|
||||
$post_process = (string) get_parameter ('post_process');
|
||||
//$prediction_module = 0;
|
||||
|
||||
$max_timeout = (int) get_parameter ('max_timeout');
|
||||
|
|
Loading…
Reference in New Issue