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:
commit
d7ea393c23
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue