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

This commit is contained in:
enriquecd 2017-11-16 11:52:51 +01:00
parent 9f66f6c269
commit 213e8e6d18
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ if ($update_module || $create_module) {
$custom_string_2 = (string) get_parameter ('custom_string_2', $custom_string_2_default); $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_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 // Get macros
$macros = (string) get_parameter ('macros'); $macros = (string) get_parameter ('macros');