Fix creation prediction modules, add prediction_module param when create - #698

This commit is contained in:
enriquecd 2017-06-26 12:22:05 +02:00
parent ef22945b80
commit 1a34c7413c
1 changed files with 1 additions and 1 deletions

View File

@ -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;