disallow editing module type

This commit is contained in:
alejandro.campos@artica.es 2024-02-27 09:12:49 +01:00
parent 85794418e2
commit d771b36414
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ sub process_xml_data ($$$$$) {
# save the carriage return.
$module_name =~ s/\r//g;
$module_name =~ s/\n//g;
# Unnamed module
next if ($module_name eq '');