mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fix creation prediction modules, add prediction_module param when create - #698
This commit is contained in:
parent
ef22945b80
commit
1a34c7413c
@ -886,7 +886,7 @@ if ($update_module || $create_module) {
|
|||||||
|
|
||||||
$post_process = (string) get_parameter ('post_process', 0.0);
|
$post_process = (string) get_parameter ('post_process', 0.0);
|
||||||
if(get_parameter ('prediction_module')){
|
if(get_parameter ('prediction_module')){
|
||||||
$prediction_module = get_parameter ('prediction_module');
|
$prediction_module = 1;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$prediction_module = 0;
|
$prediction_module = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user