diff --git a/pandora_console/include/javascript/pandora_modules.js b/pandora_console/include/javascript/pandora_modules.js index 669e05cc7b..545ef9f481 100644 --- a/pandora_console/include/javascript/pandora_modules.js +++ b/pandora_console/include/javascript/pandora_modules.js @@ -521,7 +521,7 @@ function configure_modules_form() { ); } - if (tags != "") { + if (tags != "" && tags != undefined && tangs != null) { tags = tags.split(","); // Fill the selected tags box with select ones