Merge branch '1470-Editar-modulo-web-analysis' into 'develop'

Fix Run performance tests checkbox in web analysis module updater - #1470

See merge request artica/pandorafms!1082
This commit is contained in:
vgilc 2017-12-21 15:19:38 +01:00
commit d7ea393c23
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ if ($update_module || $create_module) {
$custom_string_2 = (string) get_parameter ('custom_string_2', $custom_string_2_default);
$custom_string_3 = (string) get_parameter ('custom_string_3', $custom_string_3_default);
$custom_integer_2 = (int) get_parameter ('custom_integer_2', $custom_integer_2_default);
$custom_integer_2 = (int) get_parameter ('custom_integer_2', 0);
// Get macros
$macros = (string) get_parameter ('macros');